ComponentOne GanttView for WPF
BeforeEditTask Event

C1.WPF.GanttView.4 Assembly > C1.WPF.GanttView Namespace > C1GanttView Class : BeforeEditTask Event
Fires before the user finished editing a task.
Syntax
'Declaration
 
Public Event BeforeEditTask As CancelTaskEventHandler
public event CancelTaskEventHandler BeforeEditTask
Event Data

The event handler receives an argument of type CancelTaskEventArgs containing data related to this event. The following CancelTaskEventArgs properties provide information specific to this event.

PropertyDescription
(Inherited from System.ComponentModel.CancelEventArgs)
Gets the current C1.GanttView.BaseTask object.  
See Also