Raises the System.WinForms.CommonDialog.Help event.
[Visual Basic] Overridable Protected Sub OnHelp( _ ByVal e As EventArgs _ ) [C#] protected virtual void OnHelp( EventArgs e ); [C++] protected: virtual void OnHelp( EventArgs* e ); [JScript] protected function OnHelp( e : EventArgs );
This method is invoked when the Help button is clicked. Inheriting classes can override this method to handle the event.
CommonDialog Class | CommonDialog Members | System.WinForms Namespace