C1.WPF.GanttView.4 Assembly > C1.WPF.GanttView Namespace > C1GanttView Class : BeforeRemoveTask Event |
'Declaration Public Event BeforeRemoveTask As CancelTaskEventHandler
public event CancelTaskEventHandler BeforeRemoveTask
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.
Property | Description |
---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
Task | Gets the current C1.GanttView.BaseTask object. |