TextBox.SelectionChanging Event

Definition

Occurs when the text selection starts to change.

C#
public event TypedEventHandler<TextBox,TextBoxSelectionChangingEventArgs> SelectionChanging;
XAML
<TextBox SelectionChanging="eventhandler"/>

Event Type

Applies to

Product Versies
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also