EventArgsType enumeration (uiautomationcoreapi.h)
Contains values that specify the event type described by a UiaEventArgs structure.
Syntax
typedef enum EventArgsType {
EventArgsType_Simple,
EventArgsType_PropertyChanged,
EventArgsType_StructureChanged,
EventArgsType_AsyncContentLoaded,
EventArgsType_WindowClosed,
EventArgsType_TextEditTextChanged,
EventArgsType_Changes,
EventArgsType_Notification,
EventArgsType_ActiveTextPositionChanged,
EventArgsType_StructuredMarkup
} ;
Constants
EventArgsType_SimpleA simple event that does not provide data in the event arguments. |
EventArgsType_PropertyChangedAn event raised by calling the UiaRaiseAutomationPropertyChangedEvent function. |
EventArgsType_StructureChangedAn event raised by calling the UiaRaiseStructureChangedEvent function. |
EventArgsType_AsyncContentLoadedAn event raised by calling the UiaRaiseAsyncContentLoadedEvent function. |
EventArgsType_WindowClosedAn event raised when a window is closed. |
EventArgsType_TextEditTextChangedAn event raised by calling the UiaRaiseTextEditTextChangedEvent function |
EventArgsType_ChangesAn event raised by calling the UiaRaiseChangesEvent function. |
EventArgsType_NotificationAn event raised by calling the UiaRaiseNotificationEvent function. |
EventArgsType_ActiveTextPositionChangedAn event raised by calling the UiaRaiseActiveTextPositionChangedEvent function. |
Requirements
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | uiautomationcoreapi.h (include UIAutomation.h) |