Share via


UiaEventArgs Structure

Note  This structure is deprecated.

Contains information about a Microsoft UI Automation event.

Syntax

typedef struct {
    EventArgsType Type;
    int EventId;
} UiaEventArgs;

Members

  • Type
    A value from the EventArgsType enumerated type indicating the type of the event.
  • EventId
    The identifier of the event. For a list of event identifiers, see Event Identifiers.

Structure Information

Header uiautomationcoreapi.h
Minimum operating systems Windows XP