ClassGridViewClipboardEventArgs
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class GridViewClipboardEventArgs : ClipboardEventArgs
Inheritance: objectEventArgsCancelEventArgsClipboardEventArgsGridViewClipboardEventArgs
Inherited Members
Constructors
GridViewClipboardEventArgs()
Initializes a new instance of the GridViewClipboardEventArgs class.
Declaration
public GridViewClipboardEventArgs()
GridViewClipboardEventArgs(bool)
Initializes a new instance of the GridViewClipboardEventArgs class.
Declaration
public GridViewClipboardEventArgs(bool cancel)
Parameters
cancel
The cancel.
GridViewClipboardEventArgs(bool, DataObject, GridViewTemplate)
Initializes a new instance of the GridViewClipboardEventArgs class.
Declaration
public GridViewClipboardEventArgs(bool cancel, DataObject dataObject, GridViewTemplate template)
Parameters
cancel
The cancel.
dataObject
The data object.
template
The template.
GridViewClipboardEventArgs(bool, GridViewTemplate)
Initializes a new instance of the GridViewClipboardEventArgs class.
Declaration
public GridViewClipboardEventArgs(bool cancel, GridViewTemplate template)
Parameters
cancel
The cancel.
template
The template.
GridViewClipboardEventArgs(bool, string, DataObject, GridViewTemplate)
Initializes a new instance of the GridViewClipboardEventArgs class.
Declaration
public GridViewClipboardEventArgs(bool cancel, string format, DataObject dataObject, GridViewTemplate template)
Parameters
cancel
The cancel.
format
The format.
dataObject
The data object.
template
The template.
Properties
Template
Gets the template.
Declaration
public GridViewTemplate Template { get; }
Property Value
The template.