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

Provides data for the CurrentRowChanged event

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class CurrentRowChangedEventArgs : EventArgs

Inheritance: objectEventArgsCurrentRowChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the CurrentRowChangedEventArgs class.

C#
public CurrentRowChangedEventArgs(GridViewRowInfo oldRow, GridViewRowInfo newRow)
Parameters:oldRowGridViewRowInfo

The old row.

newRowGridViewRowInfo

The new row.

Fields

Gets the new row.

C#
public readonly GridViewRowInfo CurrentRow

Gets the old row.

C#
public readonly GridViewRowInfo OldRow