Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class GridViewClipboardEventArgs : ClipboardEventArgs
Inheritance: objectEventArgsCancelEventArgsClipboardEventArgsGridViewClipboardEventArgs
Inherited Members
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)
The cancel.
dataObjectDataObjectThe data object.
templateGridViewTemplateThe template.
Initializes a new instance of the GridViewClipboardEventArgs class.
C#
public GridViewClipboardEventArgs(bool cancel, GridViewTemplate template)
The cancel.
templateGridViewTemplateThe template.
Initializes a new instance of the GridViewClipboardEventArgs class.
C#
public GridViewClipboardEventArgs(bool cancel, string format, DataObject dataObject, GridViewTemplate template)
The cancel.
formatstringThe format.
dataObjectDataObjectThe data object.
templateGridViewTemplateThe template.
Initializes a new instance of the GridViewClipboardEventArgs class.
Properties
Gets the template.
C#
public GridViewTemplate Template { get; }
The template.