Version

ClipboardOperationExecuting Event

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

The event handler receives an argument of type ClipboardOperationExecutingEventArgs containing data related to this event. The following ClipboardOperationExecutingEventArgs properties provide information specific to this event.

PropertyDescription
Cancel (Inherited from System.ComponentModel.CancelEventArgs) 
ClipboardOperation Returns the ClipboardOperation that describes the action being executed with the Clipboard.
DataObject Returns the Infragistics.Controls.Editors.Primitives.SyntaxEditorDataObject that contains the data being used in the clipboard operation.
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

XamSyntaxEditor Class
XamSyntaxEditor Members
ClipboardOperationExecutingEventArgs Class
Infragistics.Controls.Editors.ClipboardOperation