ComponentOne GanttView for WinForms
TaskBarClick Event

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace > C1GanttView Class : TaskBarClick Event
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