Provides data for the CurrentRowChanging event
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class CurrentRowChangingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsCurrentRowChangingEventArgs
Inherited Members
Constructors
Initializes a new instance of the CurrentRowChanging class.
C#
public CurrentRowChangingEventArgs(GridViewRowInfo currentRow, GridViewRowInfo newRow)
The current row.
newRowGridViewRowInfoThe new row.
Fields
Gets the current row.
C#
public readonly GridViewRowInfo CurrentRow
Gets the new row.
C#
public readonly GridViewRowInfo NewRow