用戶端的事件處理介面
本節說明 Unmanaged UI 自動化用戶端應用程式的事件處理介面。
在本節中
介面 | 描述 |
---|---|
IUIAutomationChangesEventHandler |
公開方法來處理變更屬性時所發生的Microsoft UI 自動化事件。 |
IUIAutomationEventHandler |
公開處理UI自動化事件的方法。 |
IUIAutomationFocusChangedEventHandler |
公開方法,以處理鍵盤焦點移至另一個UI自動化專案時所引發的事件。 |
IUIAutomationNotificationEventHandler |
公開處理UI自動化通知事件的方法。 |
IUIAutomationPropertyChangedEventHandler |
公開方法來處理屬性變更時發生的UI自動化事件。 |
IUIAutomationStructureChangedEventHandler |
公開方法來處理UI自動化樹狀結構變更時所發生的事件。 |
IUIAutomationTextEditTextChangedEventHandler |
公開方法,以處理UI自動化從文字編輯控件報告文字變更事件時所發生的事件。 |