AutomationEvents 列挙型

定義

関連付けられている AutomationPeer を通じて要素によって発生するイベントを示します。

public enum class AutomationEvents
public enum AutomationEvents
type AutomationEvents = 
Public Enum AutomationEvents
継承
AutomationEvents

フィールド

ActiveTextPositionChanged 20
AsyncContentLoaded 12

AsyncContentLoadedEvent

AutomationFocusChanged 4

AutomationFocusChangedEvent

InputDiscarded 17

InputDiscardedEvent

InputReachedOtherElement 16

InputReachedOtherElementEvent

InputReachedTarget 15

InputReachedTargetEvent

InvokePatternOnInvoked 5

InvokedEvent

LiveRegionChanged 18

LiveRegionChangedEvent. .NET Framework 4.7.1 以降で使用できます。

MenuClosed 3

MenuClosedEvent

MenuOpened 2

MenuOpenedEvent

Notification 19
PropertyChanged 13

プロパティが変更されたことを示す通知を生成するために使用します。

SelectionItemPatternOnElementAddedToSelection 6

ElementAddedToSelectionEvent

SelectionItemPatternOnElementRemovedFromSelection 7

ElementRemovedFromSelectionEvent

SelectionItemPatternOnElementSelected 8

ElementSelectedEvent

SelectionPatternOnInvalidated 9

InvalidatedEvent

StructureChanged 14

StructureChangedEvent

TextPatternOnTextChanged 11

TextChangedEvent

TextPatternOnTextSelectionChanged 10

TextSelectionChangedEvent

ToolTipClosed 1

ToolTipClosedEvent

ToolTipOpened 0

ToolTipOpenedEvent

注釈

この識別子は、イベントを RaiseAutomationEvent 発生させるために メソッドに渡されます。

適用対象

こちらもご覧ください