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