[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.ConvertingTextElementEventArgs

ConvertingTextElementEventArgs Class

Provides data for the ConvertingTextElement event.

Inheritance
ConvertingTextElementEventArgs
Namespace: C1.WPF.RichTextBox.Documents
Assembly: C1.WPF.RichTextBox.dll
Syntax
public class ConvertingTextElementEventArgs : EventArgs

Properties

Name Description
Handled

Gets or sets whether the conversion is handled by the event handler.

Parent

Gets the converted parent of the C1TextElement.

TextElement

Gets the C1TextElement to be converted.