ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.Win.GanttView Namespace / CancelTasksArgs Class / Tasks Property

In This Topic
    Tasks Property (CancelTasksArgs)
    In This Topic
    Gets the moving tasks.
    Syntax
    'Declaration
     
    Public ReadOnly Property Tasks As BaseTask()
    public BaseTask[] Tasks {get;}
    See Also