ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / DragNotificationBase Class / UpdateDates Method
Start of the current task.
Finish of the current task.
Duration of the current task.
Duration units.

In This Topic
    UpdateDates Method (DragNotificationBase)
    In This Topic
    Raises on update start and finish dates of the task.
    Syntax
    'Declaration
     
    Public MustOverride Sub UpdateDates( _
       ByVal start As System.Nullable(Of Date), _
       ByVal finish As System.Nullable(Of Date), _
       ByVal duration As System.Double, _
       ByVal units As DurationUnits _
    ) 
    public abstract void UpdateDates( 
       System.Nullable<DateTime> start,
       System.Nullable<DateTime> finish,
       System.double duration,
       DurationUnits units
    )

    Parameters

    start
    Start of the current task.
    finish
    Finish of the current task.
    duration
    Duration of the current task.
    units
    Duration units.
    See Also