WindowCursorEnterEventArgs
Summary
Provides data for events fired when the mouse cursor enters or leaves the window client area.
Definition
Namespace: SDT4.Managed.Input.Desktop.Events
Assembly: SDT4.Managed.Input.dll
struct WindowCursorEnterEventArgs
Implements:
IEquatable<WindowCursorEnterEventArgs>
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 WindowCursorEnterEventArgs.Window whose boundaries were crossed by the cursor. |
public get; set; Entered |
Boolean |
Methods
public virtual String ToString()
Returns:
public virtual Int32 GetHashCode()
Returns:
public virtual Boolean Equals(Object obj)
Parameters:
obj(Object):
Returns:
public Boolean Equals(WindowCursorEnterEventArgs other)
Parameters:
other(WindowCursorEnterEventArgs):
Returns:
public Void Deconstruct(out Object? Sender, out Window Window, out Boolean Entered)
Parameters: