CommonDialog::OnHelpRequest Method (EventArgs^)

 

Raises the HelpRequest event.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
virtual void OnHelpRequest(
	EventArgs^ e
)

Parameters

e
Type: System::EventArgs^

An HelpEventArgs that provides the event data.

This method is invoked when the Help button is clicked. Inheriting classes can override this method to handle the event.

.NET Framework
Available since 1.1
Return to top
Show: