UiaEventArgs structure (uiautomationcoreapi.h)
Note This structure is deprecated.
Syntax
struct UiaEventArgs {
EventArgsType Type;
int EventId;
};
Members
Type
Type: EventArgsType
A value from the EventArgsType enumerated type indicating the type of the event.
EventId
Type: int
The identifier of the event. For a list of event identifiers, see Event Identifiers.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | uiautomationcoreapi.h |