RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / HtmlFilter Class / ConvertedTextElement Event

In This Topic
    ConvertedTextElement Event (HtmlFilter)
    In This Topic
    Fires when a C1TextElement has been converted to a C1HtmlNode.
    Syntax
    'Declaration
     
    
    Public Event ConvertedTextElement As EventHandler(Of ConvertedTextElementEventArgs)
    public event 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