New to Telerik UI for WinFormsStart a free 30-day trial

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 RadGanttViewEventArgs.ItemEventArgs.Empty

Constructors

Initializes a new instance of the GanttViewItemEditedEventArgs class.

C#
public GanttViewItemEditedEventArgs(GanttViewDataItem item, IInputEditor editor, bool commit)
Parameters:itemGanttViewDataItem

The item.

editorIInputEditor

The editor.

commitbool

if set to true [commit].

Properties

Gets a value indicating whether the edit operation will be committed.

C#
public bool Commit { get; }
Property Value:

true if commit; otherwise, false.

Gets the editor.

C#
public IInputEditor Editor { get; }
Property Value:

The editor.