Raises the OnPanelClick event.
[Visual Basic] Overridable Protected Sub OnPanelClick( _ ByVal e As StatusBarPanelClickEventArgs _ ) [C#] protected virtual void OnPanelClick( StatusBarPanelClickEventArgs e ); [C++] protected: virtual void OnPanelClick( StatusBarPanelClickEventArgs* e ); [JScript] protected function OnPanelClick( e : StatusBarPanelClickEventArgs );
Raising an event invokes the event-handling method through a delegate. For more information, see TBD.
Notes to Inheritors: When overriding OnPanelClick in a derived class, be sure to call the base class's OnPanelClick method.
StatusBar Class | StatusBar Members | System.WinForms Namespace