Fires when Selection changes.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public event EventHandler SelectionChanged
Visual Basic
Public Event SelectionChanged As EventHandler
XAML Attribute Usage
<object SelectionChanged="EventHandler" .../>

See Also