Class VirtualGridCellElementEventArgs
Provides data for cell element related events.
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 VirtualGridCellElementEventArgs : VirtualGridEventArgs
Constructors
VirtualGridCellElementEventArgs(VirtualGridCellElement, VirtualGridViewInfo)
Initializes a new instance of the VirtualGridCellElementEventArgs class.
Declaration
public VirtualGridCellElementEventArgs(VirtualGridCellElement cellElement, VirtualGridViewInfo viewInfo)
Parameters
VirtualGridCellElement
cellElement
The cell element. |
VirtualGridViewInfo
viewInfo
The view info. |
Properties
CellElement
Gets the cell element.
Declaration
public VirtualGridCellElement CellElement { get; }
Property Value
VirtualGridCellElement
|