ComponentOne RichTextBox for WPF and Silverlight
ConvertedToDocument Event (HtmlFilter)

C1.WPF.RichTextBox.Documents Namespace > HtmlFilter Class : ConvertedToDocument Event
Fired when HtmlFilter has finished converting html to document.
Syntax
'Declaration
 
Public Event ConvertedToDocument As System.EventHandler
public event System.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

Reference

HtmlFilter Class
HtmlFilter Members