WindowCloseEventArgs
Summary
Provides data for events fired when the window gets closed.
Definition
Namespace: SDT4.Managed.Input.Desktop.Events
Assembly: SDT4.Managed.Input.dll
struct WindowCloseEventArgs
Implements:
IEquatable<WindowCloseEventArgs>
Fields
| Name | Type | Description |
|---|---|---|
Properties
| Name | Type | Description |
|---|---|---|
public get; set; Sender |
Object? | The source object that dispatched the event (typically a |
public get; set; Window |
Window | The WindowCloseEventArgs.Window whose boundaries were crossed by the cursor. |
Methods
public virtual String ToString()
Returns:
public virtual Int32 GetHashCode()
Returns:
public virtual Boolean Equals(Object obj)
Parameters:
obj(Object):
Returns:
public Boolean Equals(WindowCloseEventArgs other)
Parameters:
other(WindowCloseEventArgs):
Returns:
public Void Deconstruct(out Object? Sender, out Window Window)
Parameters: