TextBox.SelectionChanged Event
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Occurs when the text selection has changed.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
User input or setting the SelectionLength or SelectionStart property raises the SelectionChanged event.
This event cannot be canceled.
Note: |
|---|
If the text and the selection is changed in a TextBox, the TextChanged event is raised before the SelectionChanged event. |
Show:
Note: