ClassGridViewCellClipboardEventArgs
Allows to control Clipboard operations on a per-cell basis.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public class GridViewCellClipboardEventArgs : CancelRoutedEventArgs
Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsGridViewCellClipboardEventArgs
Inherited Members
Constructors
GridViewCellClipboardEventArgs(GridViewCellInfo, object)
Initializes a new instance of the GridViewCellClipboardEventArgs class.
Declaration
public GridViewCellClipboardEventArgs(GridViewCellInfo cell, object value)
Parameters
cell
The cell that will be affected by the Clipboard operation.
value
The cell value that the Clipboard operation will be performed with.
GridViewCellClipboardEventArgs(GridViewCellInfo, object, GridViewCellType)
Initializes a new instance of the GridViewCellClipboardEventArgs class.
Declaration
public GridViewCellClipboardEventArgs(GridViewCellInfo cell, object value, GridViewCellType cellType)
Parameters
cell
The cell that will be affected by the Clipboard operation.
value
The cell value that the Clipboard operation will be performed with.
cellType
The cell type that the Clipboard operation will be performed with.