Class VirtualGridCellInfoEventArgs
Provides data for cell related events.
Inheritance
System.Object
System.EventArgs
VirtualGridCellInfoEventArgs
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 VirtualGridCellInfoEventArgs : EventArgs
Constructors
VirtualGridCellInfoEventArgs(VirtualGridCellInfo)
Initializes a new instance of the VirtualGridCellInfoEventArgs class.
Declaration
public VirtualGridCellInfoEventArgs(VirtualGridCellInfo cellInfo)
Parameters
VirtualGridCellInfo
cellInfo
The cell info. |
Properties
CellInfo
Gets the cell info.
Declaration
public VirtualGridCellInfo CellInfo { get; }
Property Value
VirtualGridCellInfo
|
Extension Methods
See Also
System.EventArgs