Class
GridViewClipboardEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class GridViewClipboardEventArgs : ClipboardEventArgs

Inheritance: objectEventArgsCancelEventArgsClipboardEventArgsGridViewClipboardEventArgs

Inherited Members ClipboardEventArgs.DataObjectClipboardEventArgs.FormatCancelEventArgs.CancelEventArgs.Empty

Constructors

GridViewClipboardEventArgs()

Initializes a new instance of the GridViewClipboardEventArgs class.

Declaration

cs-api-definition
public GridViewClipboardEventArgs()

GridViewClipboardEventArgs(bool)

Initializes a new instance of the GridViewClipboardEventArgs class.

Declaration

cs-api-definition
public GridViewClipboardEventArgs(bool cancel)

Parameters

cancel

bool

The cancel.

GridViewClipboardEventArgs(bool, DataObject, GridViewTemplate)

Initializes a new instance of the GridViewClipboardEventArgs class.

Declaration

cs-api-definition
public GridViewClipboardEventArgs(bool cancel, DataObject dataObject, GridViewTemplate template)

Parameters

cancel

bool

The cancel.

dataObject

DataObject

The data object.

template

GridViewTemplate

The template.

GridViewClipboardEventArgs(bool, GridViewTemplate)

Initializes a new instance of the GridViewClipboardEventArgs class.

Declaration

cs-api-definition
public GridViewClipboardEventArgs(bool cancel, GridViewTemplate template)

Parameters

cancel

bool

The cancel.

template

GridViewTemplate

The template.

GridViewClipboardEventArgs(bool, string, DataObject, GridViewTemplate)

Initializes a new instance of the GridViewClipboardEventArgs class.

Declaration

cs-api-definition
public GridViewClipboardEventArgs(bool cancel, string format, DataObject dataObject, GridViewTemplate template)

Parameters

cancel

bool

The cancel.

format

string

The format.

dataObject

DataObject

The data object.

template

GridViewTemplate

The template.

Properties

Template

Gets the template.

Declaration

cs-api-definition
public GridViewTemplate Template { get; }

Property Value

GridViewTemplate

The template.