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

Represents data for the CurrentCellInfoChangedEvent.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class GridViewCurrentCellInfoChangedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsGridViewCurrentCellInfoChangedEventArgs

Constructors

Initializes a new instance of the GridViewCurrentCellInfoChangedEventArgs class.

C#
public GridViewCurrentCellInfoChangedEventArgs(GridViewCellInfo oldCellInfo, GridViewCellInfo newCellInfo)
Parameters:oldCellInfoGridViewCellInfo

The old cell info.

newCellInfoGridViewCellInfo

The new cell info.

Properties

Gets or sets the new cell info.

C#
public GridViewCellInfo NewCellInfo { get; }
Property Value:

The new cell info.

Gets or sets the old cell info.

C#
public GridViewCellInfo OldCellInfo { get; }
Property Value:

The old cell info.