Class GanttViewItemEditedEventArgs
Represents the event arguments for the ItemEdited event of RadGanttView.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class GanttViewItemEditedEventArgs : RadGanttViewEventArgs
Constructors
GanttViewItemEditedEventArgs(GanttViewDataItem, IInputEditor, Boolean)
Initializes a new instance of the Gantt
Declaration
public GanttViewItemEditedEventArgs(GanttViewDataItem item, IInputEditor editor, bool commit)
Parameters
Gantt The item. |
IInput The editor. |
System. if set to |
Properties
Commit
Gets a value indicating whether the edit operation will be committed.
Declaration
public bool Commit { get; }
Property Value
System.
|
Editor
Gets the editor.
Declaration
public IInputEditor Editor { get; }
Property Value
IInput The editor. |