CommonDialog.OnHelpRequest(EventArgs)
CommonDialog.OnHelpRequest(EventArgs)
CommonDialog.OnHelpRequest(EventArgs)
CommonDialog.OnHelpRequest(EventArgs)
Method
Definition
Raises the HelpRequest event.
protected:
virtual void OnHelpRequest(EventArgs ^ e);
protected virtual void OnHelpRequest (EventArgs e);
abstract member OnHelpRequest : EventArgs -> unit
override this.OnHelpRequest : EventArgs -> unit
Protected Overridable Sub OnHelpRequest (e As EventArgs)
Parameters
An HelpEventArgs that provides the event data.
Remarks
This method is invoked when the Help button is clicked. Inheriting classes can override this method to handle the event.
Applies to
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...