言語

AutomationEvents 列挙型

定義

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

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

フィールド

名前 説明
ToolTipOpened 0

ToolTipOpenedEvent

ToolTipClosed 1

ToolTipClosedEvent

MenuOpened 2

MenuOpenedEvent

MenuClosed 3

MenuClosedEvent

AutomationFocusChanged 4

AutomationFocusChangedEvent

InvokePatternOnInvoked 5

InvokedEvent

SelectionItemPatternOnElementAddedToSelection 6

ElementAddedToSelectionEvent

SelectionItemPatternOnElementRemovedFromSelection 7

ElementRemovedFromSelectionEvent

SelectionItemPatternOnElementSelected 8

ElementSelectedEvent

SelectionPatternOnInvalidated 9

InvalidatedEvent

TextPatternOnTextSelectionChanged 10

TextSelectionChangedEvent

TextPatternOnTextChanged 11

TextChangedEvent

AsyncContentLoaded 12

AsyncContentLoadedEvent

PropertyChanged 13

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

StructureChanged 14

StructureChangedEvent

InputReachedTarget 15

InputReachedTargetEvent

InputReachedOtherElement 16

InputReachedOtherElementEvent

InputDiscarded 17

InputDiscardedEvent

LiveRegionChanged 18

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

Notification 19
ActiveTextPositionChanged 20

注釈

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

適用対象

こちらもご覧ください