Class TaskEditingEventArgs
Inherited Members
Namespace: Telerik.Windows.Controls.GanttView
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public class TaskEditingEventArgs : CancelRoutedEventArgs
Constructors
TaskEditingEventArgs(RoutedEvent, Object, IGanttTask)
Initializes a new instance of the Task
Declaration
public TaskEditingEventArgs(RoutedEvent routedEvent, object source, IGanttTask task)
Parameters
System. The routed event. |
System. The source. |
IGantt The task. |
TaskEditingEventArgs(RoutedEvent, IGanttTask)
Initializes a new instance of the Task
Declaration
public TaskEditingEventArgs(RoutedEvent routedEvent, IGanttTask task)
Parameters
System. The routed event. |
IGantt The task. |