Class VirtualGridRowValidatingEventArgs
Provides data for the RowValidating event.
Inheritance
System.Object
System.EventArgs
VirtualGridRowValidatingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class VirtualGridRowValidatingEventArgs : VirtualGridRowEventArgs
Constructors
VirtualGridRowValidatingEventArgs(Int32, VirtualGridViewInfo)
Initializes a new instance of the VirtualGridRowValidatingEventArgs class.
Declaration
public VirtualGridRowValidatingEventArgs(int rowIndex, VirtualGridViewInfo viewInfo)
Parameters
System.Int32
rowIndex
Index of the row. |
VirtualGridViewInfo
viewInfo
The view info. |
Properties
Cancel
Gets or sets a value indicating whether the event is canceled.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|