ClassCurrentRowChangedEventArgs
Class
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
Constructors
CurrentRowChangedEventArgs(GridViewRowInfo, GridViewRowInfo)
Initializes a new instance of the CurrentRowChangedEventArgs class.
Declaration
cs-api-definition
public CurrentRowChangedEventArgs(GridViewRowInfo oldRow, GridViewRowInfo newRow)
Parameters
oldRow
The old row.
newRow
The new row.
Fields
CurrentRow
Gets the new row.
Declaration
cs-api-definition
public readonly GridViewRowInfo CurrentRow
Field Value
OldRow
Gets the old row.