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 WindowInput instance or ).
public get; set; Window Window The WindowCursorEnterEventArgs.Window whose boundaries were crossed by the cursor.
public get; set; Entered Boolean if the cursor entered the window; if it exited.

Methods

public virtual String ToString()

Returns:


public virtual Int32 GetHashCode()

Returns:


public virtual Boolean Equals(Object obj)

Parameters:

Returns:


public Boolean Equals(WindowCursorEnterEventArgs other)

Parameters:

Returns:


public Void Deconstruct(out Object? Sender, out Window Window, out Boolean Entered)

Parameters: