ComponentOne RichTextBox for UWP
ClipboardCopying Event

C1.Xaml.RichTextBox Namespace > C1RichTextBox Class : ClipboardCopying Event
Fired when a clipboard copy has been triggered.
Syntax
'Declaration
 
Public Event ClipboardCopying As System.EventHandler(Of ClipboardEventArgs)
public event System.EventHandler<ClipboardEventArgs> ClipboardCopying
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.

PropertyDescription
Indicates whether the clipboard event has been handled by an event listener and C1.Xaml.RichTextBox.C1RichTextBox should do nothing.  
See Also