Represents the event arguments for the ItemEdited event of RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class GanttViewItemEditedEventArgs : RadGanttViewEventArgs
Inheritance: objectEventArgsRadGanttViewEventArgsGanttViewItemEditedEventArgs
Inherited Members
Constructors
Initializes a new instance of the GanttViewItemEditedEventArgs class.
C#
public GanttViewItemEditedEventArgs(GanttViewDataItem item, IInputEditor editor, bool commit)
The item.
editorIInputEditorThe editor.
commitboolif set to true [commit].
Properties
Gets a value indicating whether the edit operation will be committed.
C#
public bool Commit { get; }
true if commit; otherwise, false.
Gets the editor.
C#
public IInputEditor Editor { get; }
The editor.