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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2