RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox.Documents Namespace / HtmlFilter Class / ConvertedToDocument Event

In This Topic
    ConvertedToDocument Event
    In This Topic
    Fired when HtmlFilter has finished converting html to document.
    Syntax
    'Declaration
     
    Public Event ConvertedToDocument As EventHandler
    public event EventHandler ConvertedToDocument
    Remarks
    This event is useful when calling ConvertToDocument(String) from a background thread. HtmlFilter dispatches the initialization of some properties because Brushes, and other DependencyObjects cannot be created in a background thread.
    See Also