RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextBox Class / ClipboardCopying Event

In This Topic
    ClipboardCopying Event (C1RichTextBox)
    In This Topic
    Fired when a clipboard copy has been triggered.
    Syntax
    'Declaration
     
    
    Public Event ClipboardCopying As EventHandler(Of ClipboardEventArgs)
    public event 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.WPF.RichTextBox.C1RichTextBox should do nothing.  
    See Also