Class VirtualGridCellInfoCancelEventArgs
Provides data for events that cen be canceled.
Inheritance
System.Object
System.EventArgs
VirtualGridCellInfoCancelEventArgs
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 VirtualGridCellInfoCancelEventArgs : VirtualGridCellInfoEventArgs
Constructors
VirtualGridCellInfoCancelEventArgs(VirtualGridCellInfo)
Initializes a new instance of the VirtualGridCellInfoCancelEventArgs class.
Declaration
public VirtualGridCellInfoCancelEventArgs(VirtualGridCellInfo cellInfo)
Parameters
VirtualGridCellInfo
cellInfo
The cell info. |
Properties
Cancel
Gets or sets a value indicating whether the event is canceled.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|