C1.Silverlight.RichTextBox.5 Assembly > C1.Silverlight.RichTextBox.Documents Namespace > HtmlFilter Class : ConvertingTextElement Event |
'Declaration Public Event ConvertingTextElement As System.EventHandler(Of ConvertingTextElementEventArgs)
public event System.EventHandler<ConvertingTextElementEventArgs> ConvertingTextElement
The event handler receives an argument of type ConvertingTextElementEventArgs containing data related to this event. The following ConvertingTextElementEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Handled | Gets or sets whether the conversion is handled by the event handler. |
Parent | Gets the converted parent of the C1TextElement. |
TextElement | Gets the C1TextElement to be converted. |