Edit

Share via


AutomationEvents Enum

Definition

Specifies the event that is raised by the element through the associated AutomationPeer.

public enum class AutomationEvents
public enum AutomationEvents
type AutomationEvents = 
Public Enum AutomationEvents
Inheritance
AutomationEvents

Fields

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

Used to raise a notification that a property has changed.

StructureChanged 14

StructureChangedEvent

InputReachedTarget 15

InputReachedTargetEvent

InputReachedOtherElement 16

InputReachedOtherElementEvent

InputDiscarded 17

InputDiscardedEvent

LiveRegionChanged 18

LiveRegionChangedEvent. Available starting with .NET Framework 4.7.1.

Notification 19
ActiveTextPositionChanged 20

Remarks

This identifier is passed to the RaiseAutomationEvent method to raise an event.

Applies to

See also