Class
GridViewCurrentCellInfoChangedEventArgs

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

GridViewCellInfo

The old cell info.

newCellInfo

GridViewCellInfo

The new cell info.

Properties

NewCellInfo

Gets or sets the new cell info.

Declaration

cs-api-definition
public GridViewCellInfo NewCellInfo { get; }

Property Value

GridViewCellInfo

The new cell info.

OldCellInfo

Gets or sets the old cell info.

Declaration

cs-api-definition
public GridViewCellInfo OldCellInfo { get; }

Property Value

GridViewCellInfo

The old cell info.