ClassGanttViewItemEditedEventArgs
Class
Represents the event arguments for the ItemEdited event of RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class GanttViewItemEditedEventArgs : RadGanttViewEventArgs
Inheritance: objectEventArgsRadGanttViewEventArgsGanttViewItemEditedEventArgs
Inherited Members
Constructors
GanttViewItemEditedEventArgs(GanttViewDataItem, IInputEditor, bool)
Initializes a new instance of the GanttViewItemEditedEventArgs class.
Declaration
cs-api-definition
public GanttViewItemEditedEventArgs(GanttViewDataItem item, IInputEditor editor, bool commit)
Parameters
item
The item.
editor
The editor.
commit
if set to true [commit].