ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / C1GanttView Class / BeforeMoveTasks Event

In This Topic
    BeforeMoveTasks Event (C1GanttView)
    In This Topic
    Fires before moving tasks.
    Syntax
    'Declaration
     
    Public Event BeforeMoveTasks As CancelTasksEventHandler
    public event CancelTasksEventHandler BeforeMoveTasks
    See Also