Represents data for the CurrentCellChangedEvent.
Definition
Namespace:Telerik.Windows.Controls.VirtualGrid
Assembly:Telerik.Windows.Controls.VirtualGrid.dll
Syntax:
C#
public class VirtualGridCurrentCellChangedEventArgs : EventArgs
Inheritance: objectEventArgsVirtualGridCurrentCellChangedEventArgs
Inherited Members
Constructors
C#
public VirtualGridCurrentCellChangedEventArgs()
Properties
Gets or sets the new cell.
C#
public VirtualGridCellInfo NewCell { get; }
The new cell.
Gets or sets the old cell.
C#
public VirtualGridCellInfo OldCell { get; }
The old cell.