ClassGanttViewItemEditingEventArgs
Class
Represents the event arguments for the ItemEditing event of RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class GanttViewItemEditingEventArgs : RadGanttViewCancelEventArgs
Inheritance: objectEventArgsCancelEventArgsRadGanttViewCancelEventArgsGanttViewItemEditingEventArgs
Inherited Members
Constructors
GanttViewItemEditingEventArgs(GanttViewDataItem, GanttViewTextViewColumn, IInputEditor)
Initializes a new instance of the GanttViewItemEditingEventArgs class.
Declaration
cs-api-definition
public GanttViewItemEditingEventArgs(GanttViewDataItem item, GanttViewTextViewColumn column, IInputEditor editor)
Parameters
item
The item.
column
The column.
editor
The editor.