ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / CancelTaskEventHandler Delegate
Object that fired the event.
Object that contains the event data.

In This Topic
    CancelTaskEventHandler Delegate
    In This Topic
    Represents the method that will handle C1GanttView.BeforeAddTask, C1GanttView.BeforeEditTask, C1GanttView.AfterEditTask events.
    Syntax
    'Declaration
     
    Public Delegate Sub CancelTaskEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As CancelTaskArgs _
    ) 
    public delegate void CancelTaskEventHandler( 
       System.object sender,
       CancelTaskArgs e
    )

    Parameters

    sender
    Object that fired the event.
    e
    Object that contains the event data.
    See Also