C1.Silverlight.RichTextBox.5 Assembly > C1.Silverlight.RichTextBox.Documents Namespace > HtmlFilter Class : ConvertedTextElement Event |
'Declaration Public Event ConvertedTextElement As System.EventHandler(Of ConvertedTextElementEventArgs)
public event System.EventHandler<ConvertedTextElementEventArgs> ConvertedTextElement
The event handler receives an argument of type ConvertedTextElementEventArgs containing data related to this event. The following ConvertedTextElementEventArgs properties provide information specific to this event.
Property | Description |
---|---|
HtmlNodes | Gets the C1HtmlNodes that were created by the conversion. |
TextElement | Gets the C1TextElement that was converted. |