C1.Silverlight.RichTextBox Namespace > C1RichTextBox Class : ClipboardPasting Event |
'Declaration
Public Event ClipboardPasting As System.EventHandler(Of ClipboardEventArgs)
public event System.EventHandler<ClipboardEventArgs> ClipboardPasting
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.Silverlight.RichTextBox.C1RichTextBox should do nothing. |
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