This documentation is archived and is not being maintained.
TextBoxBase::SelectionChanged Event
.NET Framework (current version)
Occurs when the text selection has changed.
Namespace:
System.Windows.Controls.PrimitivesAssembly:
PresentationFramework (in PresentationFramework.dll)
public:
event RoutedEventHandler^ SelectionChanged {
void add(RoutedEventHandler^ value);
void remove(RoutedEventHandler^ value);
}
The following example demonstrates how to handle the SelectionChanged event by using code.
No code example is currently available or this language may not be supported.
.NET Framework
Available since 3.0
Return to top