C1.Silverlight.RichTextBox.5
ConvertingHtmlNode Event

Fires when a C1HtmlNode is being converted to a C1TextElement.
Syntax
'Declaration
 
Public Event ConvertingHtmlNode As System.EventHandler(Of ConvertingHtmlNodeEventArgs)
public event System.EventHandler<ConvertingHtmlNodeEventArgs> ConvertingHtmlNode
Event Data

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

PropertyDescription
HandledGets or sets whether the conversion is handled by the event handler.  
HtmlNodeGets the C1HtmlNode to be converted.  
ParentGets the converted parent of the C1HtmlNode.  
See Also

Reference

HtmlFilter Class
HtmlFilter Members

 

 


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