C1.Silverlight.RichTextBox.5 Assembly > C1.Silverlight.RichTextBox Namespace > C1RichTextBox Class : TextChanged Event |
'Declaration Public Event TextChanged As System.EventHandler(Of C1TextChangedEventArgs)
public event System.EventHandler<C1TextChangedEventArgs> TextChanged
The event handler receives an argument of type C1TextChangedEventArgs containing data related to this event. The following C1TextChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Action | Returns the action performed on the text. |
Range | Returns the range of text changed. |
Source | Returns the C1.Silverlight.RichTextBox.Documents.C1TextElement where the change occurred. |
StyleProperty | Returns the StyleProperty that changed. |