ClassTaskEditingEventArgs
Class
Definition
Namespace:Telerik.Windows.Controls.GanttView
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
cs-api-definition
public class TaskEditingEventArgs : CancelRoutedEventArgs
Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsTaskEditingEventArgs
Inherited Members
Constructors
TaskEditingEventArgs(RoutedEvent, IGanttTask)
Initializes a new instance of the TaskEditingEventArgs class.
Declaration
cs-api-definition
public TaskEditingEventArgs(RoutedEvent routedEvent, IGanttTask task)
Parameters
routedEvent
RoutedEvent
The routed event.
task
The task.
TaskEditingEventArgs(RoutedEvent, object, IGanttTask)
Initializes a new instance of the TaskEditingEventArgs class.
Declaration
cs-api-definition
public TaskEditingEventArgs(RoutedEvent routedEvent, object source, IGanttTask task)
Parameters
routedEvent
RoutedEvent
The routed event.
source
The source.
task
The task.
Properties
Task
Gets the task.