GanttView for WPF | ComponentOne
C1.WPF.GanttView Assembly / C1.WPF.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