Class GanttViewItemEditorInitializedEventArgs
Represents the event arguments for the EditorInitialized event of RadGanttView.
Inheritance
System.Object
System.EventArgs
GanttViewItemEditorInitializedEventArgs
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.UI.dll
Syntax
public class GanttViewItemEditorInitializedEventArgs : RadGanttViewEventArgs
Constructors
GanttViewItemEditorInitializedEventArgs(GanttViewDataItem, IInputEditor)
Initializes a new instance of the GanttViewItemEditorInitializedEventArgs class.
Declaration
public GanttViewItemEditorInitializedEventArgs(GanttViewDataItem item, IInputEditor editor)
Parameters
GanttViewDataItem
item
The item. |
IInputEditor
editor
The editor. |
Properties
Editor
Gets the editor.
Declaration
public IInputEditor Editor { get; }
Property Value
IInputEditor
The editor. |