TextPatternIdentifiers.TextSelectionChangedEvent Field

Definition

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