New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class GridViewClipboardEventArgs : ClipboardEventArgs

Inheritance: objectEventArgsCancelEventArgsClipboardEventArgsGridViewClipboardEventArgs

Inherited Members ClipboardEventArgs.DataObjectClipboardEventArgs.FormatCancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the GridViewClipboardEventArgs class.

C#
public GridViewClipboardEventArgs()

Initializes a new instance of the GridViewClipboardEventArgs class.

C#
public GridViewClipboardEventArgs(bool cancel, DataObject dataObject, GridViewTemplate template)
Parameters:cancelbool

The cancel.

dataObjectDataObject

The data object.

templateGridViewTemplate

The template.

Initializes a new instance of the GridViewClipboardEventArgs class.

C#
public GridViewClipboardEventArgs(bool cancel, GridViewTemplate template)
Parameters:cancelbool

The cancel.

templateGridViewTemplate

The template.

Initializes a new instance of the GridViewClipboardEventArgs class.

C#
public GridViewClipboardEventArgs(bool cancel, string format, DataObject dataObject, GridViewTemplate template)
Parameters:cancelbool

The cancel.

formatstring

The format.

dataObjectDataObject

The data object.

templateGridViewTemplate

The template.

Initializes a new instance of the GridViewClipboardEventArgs class.

C#
public GridViewClipboardEventArgs(bool cancel)
Parameters:cancelbool

The cancel.

Properties

Gets the template.

C#
public GridViewTemplate Template { get; }
Property Value:

The template.