Event arguments for RowValidated event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class RowValidatedEventArgs : EventArgs
Inheritance: objectEventArgsRowValidatedEventArgs
Inherited Members
Constructors
Initializes a new instance of the RowValidatedEventArgs class.
C#
public RowValidatedEventArgs(GridViewRowInfo row)
The GridViewRowInfo that is validated.
Properties
Gets the GridViewRowInfo that is validated.
C#
public GridViewRowInfo Row { get; }