The WinEventHookEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodWinEventHookEventArgs
Creates and initializes new instance of the object.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyChildID
Event's object's child identifier.
Public propertyEnabled
Flag that enables calling interpreted events. If this flag is false, the interpreted events are not fired.
Public propertyEventThread
Thread of the event.
Public propertyEventTime
Time of the event.
(Inherited from TimeEventArgs.)
Public propertyEventType
Type of WinEvent event.
Public propertyObjectID
Event's object identifier.
Public propertyWindowHandle
Handle of event's window.
Public propertyWinEventHook
Address of WinEvent hook procedure.

See Also