ClassGridViewCurrentCellInfoChangedEventArgs
Class
Represents data for the CurrentCellInfoChangedEvent.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public class GridViewCurrentCellInfoChangedEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsGridViewCurrentCellInfoChangedEventArgs
Constructors
GridViewCurrentCellInfoChangedEventArgs(GridViewCellInfo, GridViewCellInfo)
Initializes a new instance of the GridViewCurrentCellInfoChangedEventArgs class.
Declaration
cs-api-definition
public GridViewCurrentCellInfoChangedEventArgs(GridViewCellInfo oldCellInfo, GridViewCellInfo newCellInfo)
Parameters
oldCellInfo
The old cell info.
newCellInfo
The new cell info.
Properties
NewCellInfo
Gets or sets the new cell info.
Declaration
cs-api-definition
public GridViewCellInfo NewCellInfo { get; }
Property Value
The new cell info.
OldCellInfo
Gets or sets the old cell info.
Declaration
cs-api-definition
public GridViewCellInfo OldCellInfo { get; }
Property Value
The old cell info.