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)
The old cell info.
newCellInfoGridViewCellInfoThe new cell info.
Properties
Gets or sets the new cell info.
C#
public GridViewCellInfo NewCellInfo { get; }
The new cell info.
Gets or sets the old cell info.
C#
public GridViewCellInfo OldCellInfo { get; }
The old cell info.