AutomationEvents Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Fields
Name | Value | Description |
---|---|---|
ToolTipOpened | 0 | |
ToolTipClosed | 1 | |
MenuOpened | 2 | |
MenuClosed | 3 | |
AutomationFocusChanged | 4 | |
InvokePatternOnInvoked | 5 | |
SelectionItemPatternOnElementAddedToSelection | 6 | |
SelectionItemPatternOnElementRemovedFromSelection | 7 | |
SelectionItemPatternOnElementSelected | 8 | |
SelectionPatternOnInvalidated | 9 | |
TextPatternOnTextSelectionChanged | 10 | |
TextPatternOnTextChanged | 11 | |
AsyncContentLoaded | 12 | |
PropertyChanged | 13 | Used to raise a notification that a property has changed. |
StructureChanged | 14 | |
InputReachedTarget | 15 | |
InputReachedOtherElement | 16 | |
InputDiscarded | 17 | |
LiveRegionChanged | 18 | LiveRegionChangedEvent. Available starting with .NET Framework 4.7.1. |
Notification | 19 | |
ActiveTextPositionChanged | 20 |
Remarks
This identifier is passed to the RaiseAutomationEvent method to raise an event.
Applies to
See also
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.