Provides data for the RowValidating event
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class RowValidatingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsRowValidatingEventArgs
Inherited Members
Constructors
Initializes a new instance of the RowValidatingEventArgs class.
C#
public RowValidatingEventArgs(GridViewRowInfo row)
The GridViewRowInfo that is validating.
Properties
Gets the GridViewRowInfo that is validating.
C#
public GridViewRowInfo Row { get; }