C1.Silverlight.RichTextBox.5
ConvertedHtmlNode Event

Fires when a C1HtmlNode has been converted to a C1TextElement.
Syntax
'Declaration
 
Public Event ConvertedHtmlNode As System.EventHandler(Of ConvertedHtmlNodeEventArgs)
public event System.EventHandler<ConvertedHtmlNodeEventArgs> ConvertedHtmlNode
Event Data

The event handler receives an argument of type ConvertedHtmlNodeEventArgs containing data related to this event. The following ConvertedHtmlNodeEventArgs properties provide information specific to this event.

PropertyDescription
HtmlNodeGets the C1HtmlNode that was converted.  
TextElementGets the C1TextElement that was created by the conversion.  
See Also

Reference

HtmlFilter Class
HtmlFilter Members

 

 


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