Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
TextPatternIdentifiers.TextSelectionChangedEvent Field
Definition
- Namespace:
- System.Windows.Automation
- Assembly:
- UIAutomationTypes.dll
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.
Identifies the event raised whenever the text selection is modified.
public: static initonly System::Windows::Automation::AutomationEvent ^ TextSelectionChangedEvent;
public static readonly System.Windows.Automation.AutomationEvent TextSelectionChangedEvent;
staticval mutable TextSelectionChangedEvent : System.Windows.Automation.AutomationEvent
Public Shared ReadOnly TextSelectionChangedEvent As AutomationEvent
Field Value
Remarks
Some text controls handle the text insertion point (cursor) as a zero-width text selection and might raise TextSelectionChangedEvent when the cursor is moved.
Note
To follow cursor movements, UI Automation clients are advised to keep track of insertion point changes by listening for corresponding UI Automation element events rather than depending on TextSelectionChangedEvent.
This identifier is used by UI Automation providers. Client applications should use the equivalent field in TextPattern.
Applies to
See also
Feedback
Was this page helpful?
