Provides data for accessible events.
| C# |
public class AccessibleEventArgs : EventArgs
| All Members | Constructors | Properties | |||
| Icon | Member | Description |
|---|---|---|
| AccessibleEventArgs(AccessibleEventType, IntPtr, UInt32, UInt32, UInt32, UInt32) |
Initializes a new instance of the AccessibleEventArgs class.
| |
| AccessibleObject |
The accessible object related to this event.
| |
| ChildID |
Child ID.
| |
| EventType |
Type of this accessible event
| |
| HWnd |
Handle of the affected window, if any.
| |
| ObjectID |
Object ID.
| |
| Thread |
The thread that generated this event.
| |
| Time |
Time in milliseconds when the event was generated.
|