C1.Silverlight.RichTextBox.5
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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.