Occurs when the selection of text within the control has changed.
| C# | Visual Basic | Visual C++ |
public event EventHandler SelectionChanged
Public Event SelectionChanged As EventHandler
public: event EventHandler^ SelectionChanged { void add (EventHandler^ value); void remove (EventHandler^ value); }