Class VirtualGridCurrentCellChangedEventArgs
Represents data for the CurrentCellChangedEvent.
Inheritance
System.Object
VirtualGridCurrentCellChangedEventArgs
Namespace: Telerik.Windows.Controls.VirtualGrid
Assembly: Telerik.Windows.Controls.VirtualGrid.dll
Syntax
public class VirtualGridCurrentCellChangedEventArgs : EventArgs
Constructors
VirtualGridCurrentCellChangedEventArgs()
Declaration
public VirtualGridCurrentCellChangedEventArgs()
Properties
NewCell
Gets or sets the new cell.
Declaration
public VirtualGridCellInfo NewCell { get; }
Property Value
VirtualGridCellInfo
The new cell. |
OldCell
Gets or sets the old cell.
Declaration
public VirtualGridCellInfo OldCell { get; }
Property Value
VirtualGridCellInfo
The old cell. |