ComponentOne RichTextBox for UWP
ConvertedTextElement Event

C1.Xaml.RichTextBox.Documents Namespace > HtmlFilter Class : ConvertedTextElement Event
Fires when a C1TextElement has been converted to a C1HtmlNode.
Syntax
'Declaration
 
Public Event ConvertedTextElement As System.EventHandler(Of ConvertedTextElementEventArgs)
public event System.EventHandler<ConvertedTextElementEventArgs> ConvertedTextElement
Event Data

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.

PropertyDescription
Gets the C1HtmlNodes that were created by the conversion.  
Gets the C1TextElement that was converted.  
See Also