Class CutCopyPasteEventArgs
Provides data for ClipboardController event.
Inherited Members
Namespace: Syncfusion.WinForms.DataGrid.Events
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class CutCopyPasteEventArgs : GridCancelEventArgs
Constructors
CutCopyPasteEventArgs(Boolean, Object)
Initializes a new instance of the CutCopyPasteEventArgs class.
Declaration
public CutCopyPasteEventArgs(bool cancel, object originalSource)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | cancel | Indicates whether the event is handled. |
System.Object | originalSource | The source of the event. |
Properties
Cancel
Gets or sets a value indicating whether the
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the event is handled; otherwise, false. |