RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / ConvertingTextElementEventArgs Class / Handled Property

In This Topic
    Handled Property (ConvertingTextElementEventArgs)
    In This Topic
    Gets or sets whether the conversion is handled by the event handler.
    Syntax
    'Declaration
     
    
    Public Property Handled As Boolean
    public bool Handled {get; set;}
    See Also