CancelTaskEventArgs Constructor
In This Topic
Initializes a new instance of a
CancelTaskEventArgs.
Syntax
'Declaration
Public Function New( _
ByVal As BaseTask _
)
public CancelTaskEventArgs(
BaseTask
)
Parameters
- task
- Current C1.GanttView.BaseTask object.
See Also