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 TaskEditingEventArgs class.
Declaration
public TaskEditingEventArgs(RoutedEvent routedEvent, object source, IGanttTask task)
Parameters
RoutedEvent
routedEvent
The routed event. |
System.Object
source
The source. |
IGanttTask
task
The task. |
TaskEditingEventArgs(RoutedEvent, IGanttTask)
Initializes a new instance of the TaskEditingEventArgs class.
Declaration
public TaskEditingEventArgs(RoutedEvent routedEvent, IGanttTask task)
Parameters
RoutedEvent
routedEvent
The routed event. |
IGanttTask
task
The task. |