Class
CurrentRowChangingEventArgs

Provides data for the CurrentRowChanging event

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class CurrentRowChangingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsCurrentRowChangingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

CurrentRowChangingEventArgs(GridViewRowInfo, GridViewRowInfo)

Initializes a new instance of the CurrentRowChanging class.

Declaration

cs-api-definition
public CurrentRowChangingEventArgs(GridViewRowInfo currentRow, GridViewRowInfo newRow)

Parameters

currentRow

GridViewRowInfo

The current row.

newRow

GridViewRowInfo

The new row.

Fields

CurrentRow

Gets the current row.

Declaration

cs-api-definition
public readonly GridViewRowInfo CurrentRow

Field Value

GridViewRowInfo

NewRow

Gets the new row.

Declaration

cs-api-definition
public readonly GridViewRowInfo NewRow

Field Value

GridViewRowInfo