[]
        
(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.4.6.2.dll
Syntax
public event EventHandler ConvertedToDocument
Public Event ConvertedToDocument As EventHandler
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.