AutomationEvents Enumeration
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Specifies the event that is raised by the element through the associated AutomationPeer.
Assembly: System.Windows (in System.Windows.dll)
| Member name | Description | |
|---|---|---|
| ToolTipOpened | The event that is raised when a tooltip is opened. | |
| ToolTipClosed | The event that is raised when a tooltip is closed. | |
| MenuOpened | The event that is raised when a menu is opened. | |
| MenuClosed | The event that is raised when a menu is closed. | |
| 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. | |
| 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. | |
| TextPatternOnTextSelectionChanged | The event that is raised when the text selection is modified. | |
| TextPatternOnTextChanged | The event that is raised when textual content is modified. | |
| AsyncContentLoaded | The event that is raised when content is loaded asynchronously. | |
| PropertyChanged | The event that is raised when a property has changed. | |
| StructureChanged | The event that is raised when the UI Automation tree structure is changed. |
Show: