AutomationEvents
AutomationEvents
AutomationEvents
AutomationEvents
Enum
Definition
Specifies the event that is raised by the element through the associated AutomationPeer. Used by RaiseAutomationEvent.
public : enum class AutomationEvents
enum class winrt::Windows::UI::Xaml::Automation::Peers::AutomationEvents : int32_t
public enum AutomationEvents
Public Enum AutomationEvents
- Attributes
Device family |
Windows 10 (introduced v10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
AsyncContentLoaded AsyncContentLoaded AsyncContentLoaded AsyncContentLoaded | The event that is raised when content is loaded asynchronously. |
AutomationFocusChanged AutomationFocusChanged AutomationFocusChanged AutomationFocusChanged | The event that is raised when the focus has changed. See SetFocus. |
ConversionTargetChanged ConversionTargetChanged ConversionTargetChanged ConversionTargetChanged | The event that is raised when the conversion target has changed. |
DragCancel DragCancel DragCancel DragCancel | The event that is raised when a drag operation is canceled from a peer. |
DragComplete DragComplete DragComplete DragComplete | The event that is raised when a drag operation finishes from a peer. |
DragEnter DragEnter DragEnter DragEnter | The event that is raised when a drag operation targets a peer. |
DragLeave DragLeave DragLeave DragLeave | The event that is raised when a drag operation switches targets away from a peer. |
DragStart DragStart DragStart DragStart | The event that is raised when a drag operation originates from a peer. |
Dropped Dropped Dropped Dropped | The event that is raised when a drag operation drops on a peer. |
InputDiscarded InputDiscarded InputDiscarded InputDiscarded | The event that is raised when user input has been discarded. |
InputReachedOtherElement InputReachedOtherElement InputReachedOtherElement InputReachedOtherElement | The event that is raised when user input has reached the other element. |
InputReachedTarget InputReachedTarget InputReachedTarget InputReachedTarget | The event that is raised when user input has reached its target. |
InvokePatternOnInvoked InvokePatternOnInvoked InvokePatternOnInvoked InvokePatternOnInvoked | The event that is raised when a control is activated. See Invoke. |
LayoutInvalidated LayoutInvalidated LayoutInvalidated LayoutInvalidated | The event that is raised when the window layout has become invalidated. This event is also used for Auto-suggest accessibility. |
LiveRegionChanged LiveRegionChanged LiveRegionChanged LiveRegionChanged | The event that is raised as notification when a live region refreshes its content without having focus. |
MenuClosed MenuClosed MenuClosed MenuClosed | The event that is raised when a menu is closed. |
MenuOpened MenuOpened MenuOpened MenuOpened | The event that is raised when a menu is opened. |
PropertyChanged PropertyChanged PropertyChanged PropertyChanged | The event that is raised when a property has changed. |
SelectionItemPatternOnElementAddedToSelection SelectionItemPatternOnElementAddedToSelection SelectionItemPatternOnElementAddedToSelection SelectionItemPatternOnElementAddedToSelection | The event that is raised when an item is added to a collection of selected items. See AddToSelection. |
SelectionItemPatternOnElementRemovedFromSelection SelectionItemPatternOnElementRemovedFromSelection SelectionItemPatternOnElementRemovedFromSelection SelectionItemPatternOnElementRemovedFromSelection | The event that is raised when an item is removed from a collection of selected items. See RemoveFromSelection. |
SelectionItemPatternOnElementSelected SelectionItemPatternOnElementSelected SelectionItemPatternOnElementSelected SelectionItemPatternOnElementSelected | The event that is raised when a single item is selected (which clears any previous selection). See Select. |
SelectionPatternOnInvalidated SelectionPatternOnInvalidated SelectionPatternOnInvalidated SelectionPatternOnInvalidated | The event that is raised when a selection in a container has changed significantly. |
StructureChanged StructureChanged StructureChanged StructureChanged | The event that is raised when the UI Automation tree structure is changed. |
TextEditTextChanged TextEditTextChanged TextEditTextChanged TextEditTextChanged | The event that is raised when the text was changed in an edit control. |
TextPatternOnTextChanged TextPatternOnTextChanged TextPatternOnTextChanged TextPatternOnTextChanged | The event that is raised when textual content is modified. |
TextPatternOnTextSelectionChanged TextPatternOnTextSelectionChanged TextPatternOnTextSelectionChanged TextPatternOnTextSelectionChanged | The event that is raised when the text selection is modified. |
ToolTipClosed ToolTipClosed ToolTipClosed ToolTipClosed | The event that is raised when a tooltip is closed. |
ToolTipOpened ToolTipOpened ToolTipOpened ToolTipOpened | The event that is raised when a tooltip is opened. |
WindowClosed WindowClosed WindowClosed WindowClosed | The event that is raised when a window is closed. |
WindowOpened WindowOpened WindowOpened WindowOpened | The event that is raised when a window is opened. |