Version

RichTextClipboardOperationCancelEventArgs Constructor

Syntax
'Declaration
 
Public Function New( _
   ByVal selection As Selection, _
   ByVal clipboardOperation As Infragistics.Controls.Editors.ClipboardOperation, _
   ByVal dataObject As IDataObject, _
   Optional ByVal exception As Exception _
)
public RichTextClipboardOperationCancelEventArgs( 
   Selection selection,
   Infragistics.Controls.Editors.ClipboardOperation clipboardOperation,
   IDataObject dataObject,
   Exception exception
)

Parameters

selection
The Selection instance representing the content being copied or the target of the pasted content.
clipboardOperation
The Infragistics.Controls.Editors.ClipboardOperation that describes the action being executed with the Clipboard.
dataObject
The System.Windows.IDataObject that contains the data which is being dragged.
exception
The exception which has occurred while de-serializing data from the Clipboard.
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