MouseHookEventArgs Class
Provides data for a mouse hook callback.
public class MouseHookEventArgs : EventArgs
Properties
Handle
The handle of the window that will receive the message.
Handled
Indicates whether the event has been handled.
public bool Handled { get; set; }
Property Value
- bool:
trueif the event has been handled; otherwise,false.
HitTestCodeHiWord
The type of area that the mouse is over.
HitTestCodeLoWord
The type of area that the mouse is over.
Message
The mouse message that is being sent.
MouseDataHiWord
Extra mouse data that was sent with the message.
MouseDataLoWord
Extra mouse data that was sent with the message.
Position
The position of the mouse.
Inherited Members
- EventArgs.Empty
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()