Method OnHelpRequested
OnHelpRequested(HelpEventArgs)
Called when the HelpRequested event is raised.
protected virtual void OnHelpRequested(HelpEventArgs e)
Parameters
eHelpEventArgsA HelpEventArgs that contains the event data.
Remarks
Derived classes can override this method to handle the event without attaching a delegate.