New to Telerik UI for WinFormsStart a free 30-day trial

Provides data for the CurrentRowChanging event

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class CurrentRowChangingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsCurrentRowChangingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the CurrentRowChanging class.

C#
public CurrentRowChangingEventArgs(GridViewRowInfo currentRow, GridViewRowInfo newRow)
Parameters:currentRowGridViewRowInfo

The current row.

newRowGridViewRowInfo

The new row.

Fields

Gets the current row.

C#
public readonly GridViewRowInfo CurrentRow

Gets the new row.

C#
public readonly GridViewRowInfo NewRow