Condividi tramite


Enumerazione EventArgsType (uiautomationcoreapi.h)

Contiene valori che specificano il tipo di evento descritto da una struttura UiaEventArgs .

Sintassi

typedef enum EventArgsType {
  EventArgsType_Simple,
  EventArgsType_PropertyChanged,
  EventArgsType_StructureChanged,
  EventArgsType_AsyncContentLoaded,
  EventArgsType_WindowClosed,
  EventArgsType_TextEditTextChanged,
  EventArgsType_Changes,
  EventArgsType_Notification,
  EventArgsType_ActiveTextPositionChanged,
  EventArgsType_StructuredMarkup
} ;

Costanti

 
EventArgsType_Simple
Evento semplice che non fornisce dati negli argomenti dell'evento.
EventArgsType_PropertyChanged
Evento generato chiamando la funzione UiaRaiseAutomationPropertyChangedEvent.
EventArgsType_StructureChanged
Evento generato chiamando la funzione UiaRaiseStructureChangedEvent.
EventArgsType_AsyncContentLoaded
Evento generato chiamando la funzione UiaRaiseAsyncContentLoadedEvent.
EventArgsType_WindowClosed
Evento generato quando viene chiusa una finestra.
EventArgsType_TextEditTextChanged
Evento generato chiamando la funzione UiaRaiseTextEditTextChangedEvent
EventArgsType_Changes
Evento generato chiamando la funzione UiaRaiseChangesEvent.
EventArgsType_Notification
Evento generato chiamando la funzione UiaRaiseNotificationEvent.
EventArgsType_ActiveTextPositionChanged
Evento generato chiamando la funzione UiaRaiseActiveTextPositionChangedEvent.

Requisiti

Requisito Valore
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione uiautomationcoreapi.h (includere UIAutomation.h)