[]
Fired when HtmlFilter has finished converting html to document.
public event EventHandler ConvertedToDocument
Type | Description |
---|---|
EventHandler | Fired when has finished converting html to document. |
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.