TextBox.SelectionChanged Event
Silverlight
Occurs when the text selection has changed.
Namespace: System.Windows.Controls
Assembly: System.Windows (in System.Windows.dll)
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. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Note: