C1.Silverlight.RichTextBox.5 Assembly > C1.Silverlight.RichTextBox.Documents Namespace > C1TextElement Class : TextChanging Event |
'Declaration Public Event TextChanging As System.EventHandler(Of C1TextChangedEventArgs)
public event System.EventHandler<C1TextChangedEventArgs> TextChanging
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. |