C1.Silverlight.RichTextBox.5
TextChanged Event (C1RichTextBox)

Fired when there is a change in the document.
Syntax
'Declaration
 
Public Event TextChanged As System.EventHandler(Of C1TextChangedEventArgs)
public event System.EventHandler<C1TextChangedEventArgs> TextChanged
Event Data

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.

PropertyDescription
ActionReturns the action performed on the text.  
RangeReturns the range of text changed.  
SourceReturns the C1.Silverlight.RichTextBox.Documents.C1TextElement where the change occurred.  
StylePropertyReturns the StyleProperty that changed.  
See Also

Reference

C1RichTextBox Class
C1RichTextBox Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.