Class
VirtualGridCellClipboardEventArgs

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 CancelRoutedEventArgs.Cancel

Constructors

VirtualGridCellClipboardEventArgs(VirtualGridCellInfo, object)

Initializes a new instance of the VirtualGridCellClipboardEventArgs class.

Declaration

cs-api-definition
public VirtualGridCellClipboardEventArgs(VirtualGridCellInfo cell, object value)

Parameters

cell

VirtualGridCellInfo

The cell that will be affected by the Clipboard operation.

value

object

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

VirtualGridCellInfo

Value

Gets or sets the cell value that the Clipboard operation will be performed with.

Declaration

cs-api-definition
public object Value { get; set; }

Property Value

object