Class
GanttViewItemEditedEventArgs

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

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

GanttViewDataItem

The item.

editor

IInputEditor

The editor.

commit

bool

if set to true [commit].

Properties

Commit

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

Declaration

cs-api-definition
public bool Commit { get; }

Property Value

bool

true if commit; otherwise, false.

Editor

Gets the editor.

Declaration

cs-api-definition
public IInputEditor Editor { get; }

Property Value

IInputEditor

The editor.