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