Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |