Class CellValidatedEventArgs
Provides data for the CellValidated event
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class CellValidatedEventArgs : GridViewCellEventArgsBase
Constructors
CellValidatedEventArgs(GridViewRowInfo, GridViewColumn, Object)
Initializes a new instance of the CellValidatedEventArgs class.
Declaration
public CellValidatedEventArgs(GridViewRowInfo row, GridViewColumn column, object value)
Parameters
GridViewRowInfo
row
The GridViewRowInfo that is validated. |
GridViewColumn
column
The GridViewColumn that is validated. |
System.Object
value
The cell value. |
Properties
Value
Gets the cell value.
Declaration
public object Value { get; }
Property Value
System.Object
|