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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.