RichTextBox for WinRT
ConvertedTextElement Event


Fires when a C1TextElement has been converted to a C1HtmlNode.
Syntax
'Declaration
 
Public Event ConvertedTextElement As System.EventHandler(Of ConvertedTextElementEventArgs)
'Usage
 
Dim instance As HtmlFilter
Dim handler As System.EventHandler(Of ConvertedTextElementEventArgs)
 
AddHandler instance.ConvertedTextElement, handler
public event System.EventHandler<ConvertedTextElementEventArgs> ConvertedTextElement
Event Data

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

PropertyDescription
HtmlNodesGets the C1HtmlNodes that were created by the conversion.  
TextElementGets the C1TextElement that was converted.  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

HtmlFilter Class
HtmlFilter Members

 

 


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

Product Support Forum  |  Documentation Feedback