Allows to control Clipboard operations on a per-cell basis.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.VirtualGrid.dll
Syntax:
C#
public class VirtualGridCellClipboardEventArgs : CancelRoutedEventArgs
Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsVirtualGridCellClipboardEventArgs
Inherited Members
Constructors
Initializes a new instance of the VirtualGridCellClipboardEventArgs class.
C#
public VirtualGridCellClipboardEventArgs(VirtualGridCellInfo cell, object value)
The cell that will be affected by the Clipboard operation.
valueobjectThe cell value that the Clipboard operation will be performed with.
Properties
Gets the cell that will be affected by the Clipboard operation.
C#
public VirtualGridCellInfo Cell { get; }