Class GridViewClipboardEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewClipboardEventArgs : ClipboardEventArgs
Constructors
GridViewClipboardEventArgs()
Initializes a new instance of the GridViewClipboardEventArgs class.
Declaration
public GridViewClipboardEventArgs()
GridViewClipboardEventArgs(Boolean)
Initializes a new instance of the GridViewClipboardEventArgs class.
Declaration
public GridViewClipboardEventArgs(bool cancel)
Parameters
System.Boolean
cancel
The cancel. |
GridViewClipboardEventArgs(Boolean, String, DataObject, GridViewTemplate)
Initializes a new instance of the GridViewClipboardEventArgs class.
Declaration
public GridViewClipboardEventArgs(bool cancel, string format, DataObject dataObject, GridViewTemplate template)
Parameters
System.Boolean
cancel
The cancel. |
System.String
format
The format. |
System.Windows.Forms.DataObject
dataObject
The data object. |
GridViewTemplate
template
The template. |
GridViewClipboardEventArgs(Boolean, DataObject, GridViewTemplate)
Initializes a new instance of the GridViewClipboardEventArgs class.
Declaration
public GridViewClipboardEventArgs(bool cancel, DataObject dataObject, GridViewTemplate template)
Parameters
System.Boolean
cancel
The cancel. |
System.Windows.Forms.DataObject
dataObject
The data object. |
GridViewTemplate
template
The template. |
GridViewClipboardEventArgs(Boolean, GridViewTemplate)
Initializes a new instance of the GridViewClipboardEventArgs class.
Declaration
public GridViewClipboardEventArgs(bool cancel, GridViewTemplate template)
Parameters
System.Boolean
cancel
The cancel. |
GridViewTemplate
template
The template. |
Properties
Template
Gets the template.
Declaration
public GridViewTemplate Template { get; }
Property Value
GridViewTemplate
The template. |