RichTextBox for WinRT
ClipboardCopying Event


Fired when a clipboard copy has been triggered.
Syntax
'Declaration
 
Public Event ClipboardCopying As System.EventHandler(Of ClipboardEventArgs)
'Usage
 
Dim instance As C1RichTextBox
Dim handler As System.EventHandler(Of ClipboardEventArgs)
 
AddHandler instance.ClipboardCopying, handler
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
HandledIndicates whether the clipboard event has been handled by an event listener and C1.Xaml.RichTextBox.C1RichTextBox should do nothing.  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1RichTextBox Class
C1RichTextBox Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback