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

In This Topic
    Handled Property (ClipboardEventArgs)
    In This Topic
    Indicates whether the clipboard event has been handled by an event listener and C1.WPF.RichTextBox.C1RichTextBox should do nothing.
    Syntax
    'Declaration
     
    
    Public Property Handled As Boolean
    public bool Handled {get; set;}
    See Also