Class VirtualGridCellEditorInitializedEventArgs
Provides data for the CellEditorInitialized event.
Inheritance
System.Object
System.EventArgs
VirtualGridCellEditorInitializedEventArgs
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 VirtualGridCellEditorInitializedEventArgs : VirtualGridCellEventArgs
Constructors
VirtualGridCellEditorInitializedEventArgs(IInputEditor, Int32, Int32, VirtualGridViewInfo)
Initializes a new instance of the VirtualGridCellEditorInitializedEventArgs class.
Declaration
public VirtualGridCellEditorInitializedEventArgs(IInputEditor activeEditor, int rowIndex, int columnIndex, VirtualGridViewInfo viewInfo)
Parameters
IInputEditor
activeEditor
The active editor. |
System.Int32
rowIndex
Index of the row. |
System.Int32
columnIndex
Index of the column. |
VirtualGridViewInfo
viewInfo
The view info. |
Properties
ActiveEditor
Gets the active editor.
Declaration
public IInputEditor ActiveEditor { get; }
Property Value
IInputEditor
|