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

ActiveTextPositionChanged 20
AsyncContentLoaded 12

AsyncContentLoadedEvent

AutomationFocusChanged 4

AutomationFocusChangedEvent

InputDiscarded 17

InputDiscardedEvent

InputReachedOtherElement 16

InputReachedOtherElementEvent

InputReachedTarget 15

InputReachedTargetEvent

InvokePatternOnInvoked 5

InvokedEvent

LiveRegionChanged 18

LiveRegionChangedEvent. Available starting with .NET Framework 4.7.1.

MenuClosed 3

MenuClosedEvent

MenuOpened 2

MenuOpenedEvent

Notification 19
PropertyChanged 13

Used to raise a notification that a property has changed.

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

Remarks

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

Applies to

See also