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

In This Topic
    TaskBarClick Event (C1GanttView)
    In This Topic
    Fires when click on task bar.
    Syntax
    'Declaration
     
    Public Event TaskBarClick As TaskBarClickEventHandler
    public event TaskBarClickEventHandler TaskBarClick
    Event Data

    The event handler receives an argument of type TaskBarClickEventArgs containing data related to this event. The following TaskBarClickEventArgs properties provide information specific to this event.

    PropertyDescription
    (Inherited from System.Windows.Forms.MouseEventArgs)
    (Inherited from System.Windows.Forms.MouseEventArgs)
    (Inherited from System.Windows.Forms.MouseEventArgs)
    (Inherited from System.Windows.Forms.MouseEventArgs)
    Gets BaseTask which is clicked.  
    (Inherited from System.Windows.Forms.MouseEventArgs)
    (Inherited from System.Windows.Forms.MouseEventArgs)
    See Also