ClassVirtualGridCellClipboardEventArgs
Class
Allows to control Clipboard operations on a per-cell basis.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.VirtualGrid.dll
Syntax:
cs-api-definition
public class VirtualGridCellClipboardEventArgs : CancelRoutedEventArgs
Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsVirtualGridCellClipboardEventArgs
Inherited Members
Constructors
VirtualGridCellClipboardEventArgs(VirtualGridCellInfo, object)
Initializes a new instance of the VirtualGridCellClipboardEventArgs class.
Declaration
cs-api-definition
public VirtualGridCellClipboardEventArgs(VirtualGridCellInfo 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.
Properties
Cell
Gets the cell that will be affected by the Clipboard operation.
Declaration
cs-api-definition
public VirtualGridCellInfo Cell { get; }
Property Value