New to Telerik UI for WPFStart a free 30-day trial

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 EventArgs.Empty

Constructors

C#
public VirtualGridCurrentCellChangedEventArgs()

Properties

Gets or sets the new cell.

C#
public VirtualGridCellInfo NewCell { get; }
Property Value:

The new cell.

Gets or sets the old cell.

C#
public VirtualGridCellInfo OldCell { get; }
Property Value:

The old cell.