The WinEventHookEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WinEventHookEventArgs |
Creates and initializes new instance of the object.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ChildID |
Event's object's child identifier.
| |
Enabled |
Flag that enables calling interpreted events. If this flag is false, the interpreted events are not fired.
| |
EventThread |
Thread of the event.
| |
EventTime |
Time of the event.
(Inherited from TimeEventArgs.) | |
EventType |
Type of WinEvent event.
| |
ObjectID |
Event's object identifier.
| |
WindowHandle |
Handle of event's window.
| |
WinEventHook |
Address of WinEvent hook procedure.
|