ClassRowValidatingEventArgs
Class
Provides data for the RowValidating event
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class RowValidatingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsRowValidatingEventArgs
Inherited Members
Constructors
RowValidatingEventArgs(GridViewRowInfo)
Initializes a new instance of the RowValidatingEventArgs class.
Declaration
cs-api-definition
public RowValidatingEventArgs(GridViewRowInfo row)
Parameters
row
The GridViewRowInfo that is validating.
Properties
Row
Gets the GridViewRowInfo that is validating.