Class
CurrentRowChangedEventArgs

Provides data for the CurrentRowChanged event

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class CurrentRowChangedEventArgs : EventArgs

Inheritance: objectEventArgsCurrentRowChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

CurrentRowChangedEventArgs(GridViewRowInfo, GridViewRowInfo)

Initializes a new instance of the CurrentRowChangedEventArgs class.

Declaration

cs-api-definition
public CurrentRowChangedEventArgs(GridViewRowInfo oldRow, GridViewRowInfo newRow)

Parameters

oldRow

GridViewRowInfo

The old row.

newRow

GridViewRowInfo

The new row.

Fields

CurrentRow

Gets the new row.

Declaration

cs-api-definition
public readonly GridViewRowInfo CurrentRow

Field Value

GridViewRowInfo

OldRow

Gets the old row.

Declaration

cs-api-definition
public readonly GridViewRowInfo OldRow

Field Value

GridViewRowInfo