Class
GanttViewItemEditorInitializedEventArgs

Represents the event arguments for the EditorInitialized event of RadGanttView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class GanttViewItemEditorInitializedEventArgs : RadGanttViewEventArgs

Inheritance: objectEventArgsRadGanttViewEventArgsGanttViewItemEditorInitializedEventArgs

Inherited Members RadGanttViewEventArgs.ItemEventArgs.Empty

Constructors

GanttViewItemEditorInitializedEventArgs(GanttViewDataItem, IInputEditor)

Initializes a new instance of the GanttViewItemEditorInitializedEventArgs class.

Declaration

cs-api-definition
public GanttViewItemEditorInitializedEventArgs(GanttViewDataItem item, IInputEditor editor)

Parameters

item

GanttViewDataItem

The item.

editor

IInputEditor

The editor.

Properties

Editor

Gets the editor.

Declaration

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

Property Value

IInputEditor

The editor.