'Declaration
Public Event ClipboardPasting As EventHandler(Of ClipboardEventArgs)
public event EventHandler<ClipboardEventArgs> ClipboardPasting
Event Data
The event handler receives an argument of type ClipboardEventArgs containing data related to this event. The following ClipboardEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Handled | Indicates whether the clipboard event has been handled by an event listener and C1.WPF.RichTextBox.C1RichTextBox should do nothing. |
See Also