ClassRowValidatedEventArgs
Class
Event arguments for RowValidated event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class RowValidatedEventArgs : EventArgs
Inheritance: objectEventArgsRowValidatedEventArgs
Inherited Members
Constructors
RowValidatedEventArgs(GridViewRowInfo)
Initializes a new instance of the RowValidatedEventArgs class.
Declaration
cs-api-definition
public RowValidatedEventArgs(GridViewRowInfo row)
Parameters
row
The GridViewRowInfo that is validated.
Properties
Row
Gets the GridViewRowInfo that is validated.