EventArgsType 열거형(uiautomationcoreapi.h)

UiaEventArgs 구조체에서 설명하는 이벤트 형식을 지정하는 값을 포함합니다.

Syntax

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

상수

 
EventArgsType_Simple
이벤트 인수에 데이터를 제공하지 않는 간단한 이벤트입니다.
EventArgsType_PropertyChanged
UiaRaiseAutomationPropertyChangedEvent 함수를 호출하여 발생한 이벤트입니다.
EventArgsType_StructureChanged
UiaRaiseStructureChangedEvent 함수를 호출하여 발생하는 이벤트입니다.
EventArgsType_AsyncContentLoaded
UiaRaiseAsyncContentLoadedEvent 함수를 호출하여 발생한 이벤트입니다.
EventArgsType_WindowClosed
창을 닫을 때 발생하는 이벤트입니다.
EventArgsType_TextEditTextChanged
UiaRaiseTextEditTextChangedEvent 함수를 호출하여 발생하는 이벤트
EventArgsType_Changes
UiaRaiseChangesEvent 함수를 호출하여 발생한 이벤트입니다.
EventArgsType_Notification
UiaRaiseNotificationEvent 함수를 호출하여 발생한 이벤트입니다.
EventArgsType_ActiveTextPositionChanged
UiaRaiseActiveTextPositionChangedEvent 함수를 호출하여 발생한 이벤트입니다.

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows XP [데스크톱 앱만 해당]
지원되는 최소 서버 Windows Server 2003 [데스크톱 앱만 해당]
머리글 uiautomationcoreapi.h(UIAutomation.h 포함)