Occurs when a System.Windows.Forms.StatusBarPanel object on a System.Windows.Forms.StatusBar control is clicked.
You can use this event to perform tasks when a panel within a System.Windows.Forms.StatusBar control is clicked. The data provided to the event through the System.Windows.Forms.StatusBarPanelClickEventArgs passed as a parameter to the event handler enables you to determine the System.Windows.Forms.StatusBarPanel that was clicked by the user in order to perform tasks on the selected panel.
For more information about handling events, see Consuming Events.