Version

ClipboardOperationExecuted Event

Raised before a Clipboard operation (i.e., Cut, Copy or Paste) is executed.
Syntax
'Declaration
 
Public Event ClipboardOperationExecuted As EventHandler(Of RichTextClipboardOperationEventArgs)
public event EventHandler<RichTextClipboardOperationEventArgs> ClipboardOperationExecuted
Event Data

The event handler receives an argument of type Infragistics.Documents.RichText.RichTextClipboardOperationEventArgs containing data related to this event. The following RichTextClipboardOperationEventArgs properties provide information specific to this event.

PropertyDescription
ClipboardOperation (Inherited from Infragistics.Controls.Editors.ClipboardOperationEventArgs) 
DataObject (Inherited from Infragistics.Controls.Editors.ClipboardOperationEventArgs) 
Exception (Inherited from Infragistics.Controls.Editors.ClipboardOperationEventArgs) 
SerializationProviderUsedToLoadData  
Status (Inherited from Infragistics.Controls.Editors.ClipboardOperationEventArgs) 
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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

XamRichTextEditor Class
XamRichTextEditor Members
Infragistics.Documents.RichText.RichTextClipboardOperationCancelEventArgs
Infragistics.Controls.Editors.ClipboardOperation