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 GanttViewItemEditedEventArgs class.
Declaration
public GanttViewItemEditedEventArgs(GanttViewDataItem item, IInputEditor editor, bool commit)
Parameters
GanttViewDataItem
item
The item. |
IInputEditor
editor
The editor. |
System.Boolean
commit
if set to |
Properties
Commit
Gets a value indicating whether the edit operation will be committed.
Declaration
public bool Commit { get; }
Property Value
System.Boolean
|
Editor
Gets the editor.
Declaration
public IInputEditor Editor { get; }
Property Value
IInputEditor
The editor. |