ClassCurrentRowChangingEventArgs
Class
Provides data for the CurrentRowChanging event
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class CurrentRowChangingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsCurrentRowChangingEventArgs
Inherited Members
Constructors
CurrentRowChangingEventArgs(GridViewRowInfo, GridViewRowInfo)
Initializes a new instance of the CurrentRowChanging class.
Declaration
cs-api-definition
public CurrentRowChangingEventArgs(GridViewRowInfo currentRow, GridViewRowInfo newRow)
Parameters
currentRow
The current row.
newRow
The new row.
Fields
CurrentRow
Gets the current row.
Declaration
cs-api-definition
public readonly GridViewRowInfo CurrentRow
Field Value
NewRow
Gets the new row.