EventArgsType Enumerated Type
Contains values that specify the event type described by a UiaEventArgs structure.
Syntax
typedef enum { EventArgsType_Simple, EventArgsType_PropertyChanged, EventArgsType_StructureChanged, EventArgsType_AsyncContentLoaded, EventArgsType_WindowClosed } EventArgsType;
Constants
EventArgsType_Simple
A simple event that does not provide data in the event arguments.EventArgsType_PropertyChanged
An event raised by a property change.EventArgsType_StructureChanged
An event raised by a change in the Microsoft UI Automation tree structure.EventArgsType_AsyncContentLoaded
An event raised during asynchronous loading of content by an element.EventArgsType_WindowClosed
An event raised when a window is closed.
Enumerated Type Information
Header uiautomationcoreapi.h Minimum operating systems Windows XP 1.0