Class
TaskEditingEventArgs

Definition

Namespace:Telerik.Windows.Controls.GanttView

Assembly:Telerik.Windows.Controls.GanttView.dll

Syntax:

cs-api-definition
public class TaskEditingEventArgs : CancelRoutedEventArgs

Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsTaskEditingEventArgs

Inherited Members CancelRoutedEventArgs.Cancel

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

IGanttTask

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

object

The source.

task

IGanttTask

The task.

Properties

Task

Gets the task.

Declaration

cs-api-definition
public IGanttTask Task { get; }

Property Value

IGanttTask