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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.