ClassVirtualGridCellEditorInitializedEventArgs
Class
Provides data for the CellEditorInitialized event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class VirtualGridCellEditorInitializedEventArgs : VirtualGridCellEventArgs
Inheritance: objectEventArgsVirtualGridEventArgsVirtualGridCellEventArgsVirtualGridCellEditorInitializedEventArgs
Inherited Members
Constructors
VirtualGridCellEditorInitializedEventArgs(IInputEditor, int, int, VirtualGridViewInfo)
Initializes a new instance of the VirtualGridCellEditorInitializedEventArgs class.
Declaration
cs-api-definition
public VirtualGridCellEditorInitializedEventArgs(IInputEditor activeEditor, int rowIndex, int columnIndex, VirtualGridViewInfo viewInfo)
Parameters
activeEditor
The active editor.
rowIndex
Index of the row.
columnIndex
Index of the column.
viewInfo
The view info.
Properties
ActiveEditor
Gets the active editor.