This documentation is archived and is not being maintained.
AutomationEvents Enumeration
Visual Studio 2008
Specifies the event that is raised by the element through the associated AutomationPeer.
Assembly: PresentationCore (in PresentationCore.dll)
| Member name | Description | |
|---|---|---|
| ToolTipOpened | ToolTipOpenedEvent | |
| ToolTipClosed | ToolTipClosedEvent | |
| MenuOpened | MenuOpenedEvent | |
| MenuClosed | MenuClosedEvent | |
| AutomationFocusChanged | AutomationFocusChangedEvent | |
| InvokePatternOnInvoked | InvokedEvent | |
| SelectionItemPatternOnElementAddedToSelection | ElementAddedToSelectionEvent | |
| SelectionItemPatternOnElementRemovedFromSelection | ElementRemovedFromSelectionEvent | |
| SelectionItemPatternOnElementSelected | ElementSelectedEvent | |
| SelectionPatternOnInvalidated | InvalidatedEvent | |
| TextPatternOnTextSelectionChanged | TextSelectionChangedEvent | |
| TextPatternOnTextChanged | TextChangedEvent | |
| AsyncContentLoaded | AsyncContentLoadedEvent | |
| PropertyChanged | Used to raise a notification that a property has changed. | |
| StructureChanged | StructureChangedEvent |
This identifier is passed to the RaiseAutomationEvent method to raise an event.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: