Class
VirtualGridCellEditorInitializedEventArgs

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 VirtualGridCellEventArgs.RowIndexVirtualGridCellEventArgs.ColumnIndexVirtualGridEventArgs.ViewInfoEventArgs.Empty

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

IInputEditor

The active editor.

rowIndex

int

Index of the row.

columnIndex

int

Index of the column.

viewInfo

VirtualGridViewInfo

The view info.

Properties

ActiveEditor

Gets the active editor.

Declaration

cs-api-definition
public IInputEditor ActiveEditor { get; }

Property Value

IInputEditor