Class CurrentRowChangingEventArgs
Provides data for the CurrentRowChanging event
Inheritance
System.Object
CurrentRowChangingEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class CurrentRowChangingEventArgs : CancelEventArgs
Constructors
CurrentRowChangingEventArgs(GridViewRowInfo, GridViewRowInfo)
Initializes a new instance of the CurrentRowChanging class.
Declaration
public CurrentRowChangingEventArgs(GridViewRowInfo currentRow, GridViewRowInfo newRow)
Parameters
GridViewRowInfo
currentRow
The current row. |
GridViewRowInfo
newRow
The new row. |
Fields
CurrentRow
Gets the current row.
Declaration
public readonly GridViewRowInfo CurrentRow
Field Value
GridViewRowInfo
|