[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.HtmlFilter.ConvertedToDocument

ConvertedToDocument Event

Fired when HtmlFilter has finished converting html to document.

Namespace: C1.WPF.RichTextBox.Documents
Assembly: C1.WPF.RichTextBox.dll
Syntax
public event EventHandler ConvertedToDocument
Returns
Type Description
EventHandler Fired when has finished converting html to document.
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.