Enum AutomationEvents
Specifies the event that is raised by the element through the associated AutomationPeer.
Namespace: System.Windows.Automation.Peers
Assembly: OpenSilver.dll
Syntax
public enum AutomationEvents
Fields
Name | Description |
---|---|
AsyncContentLoaded | The event that is raised when content is loaded asynchronously. |
AutomationFocusChanged | The event that is raised when the focus has changed. See SetFocus(). |
InvokePatternOnInvoked | The event that is raised when a control is activated. See Invoke(). |
MenuClosed | The event that is raised when a menu is closed. |
MenuOpened | The event that is raised when a menu is opened. |
PropertyChanged | The event that is raised when a property has changed. |
SelectionItemPatternOnElementAddedToSelection | The event that is raised when an item is added to a collection of selected items. See AddToSelection(). |
SelectionItemPatternOnElementRemovedFromSelection | The event that is raised when an item is removed from a collection of selected items. See RemoveFromSelection(). |
SelectionItemPatternOnElementSelected | The event that is raised when a single item is selected (which clears any previous selection). See Select(). |
SelectionPatternOnInvalidated | The event that is raised when a selection in a container has changed significantly. |
StructureChanged | The event that is raised when the UI Automation tree structure is changed. |
TextPatternOnTextChanged | The event that is raised when textual content is modified. |
TextPatternOnTextSelectionChanged | The event that is raised when the text selection is modified. |
ToolTipClosed | The event that is raised when a tooltip is closed. |
ToolTipOpened | The event that is raised when a tooltip is opened. |