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
Constructors
Initializes a new instance of the CurrentRowChangedEventArgs class.
C#
public CurrentRowChangedEventArgs(GridViewRowInfo oldRow, GridViewRowInfo newRow)
The old row.
newRowGridViewRowInfoThe new row.
Fields
Gets the new row.
C#
public readonly GridViewRowInfo CurrentRow
Gets the old row.
C#
public readonly GridViewRowInfo OldRow