Class
VirtualGridCurrentCellChangedEventArgs

Represents data for the CurrentCellChangedEvent.

Definition

Namespace:Telerik.Windows.Controls.VirtualGrid

Assembly:Telerik.Windows.Controls.VirtualGrid.dll

Syntax:

cs-api-definition
public class VirtualGridCurrentCellChangedEventArgs : EventArgs

Inheritance: objectEventArgsVirtualGridCurrentCellChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

VirtualGridCurrentCellChangedEventArgs()

Declaration

cs-api-definition
public VirtualGridCurrentCellChangedEventArgs()

Properties

NewCell

Gets or sets the new cell.

Declaration

cs-api-definition
public VirtualGridCellInfo NewCell { get; }

Property Value

VirtualGridCellInfo

The new cell.

OldCell

Gets or sets the old cell.

Declaration

cs-api-definition
public VirtualGridCellInfo OldCell { get; }

Property Value

VirtualGridCellInfo

The old cell.