DialogBase.OnHelpRequested Method (HelpEventArgs)
Override to show help via the Visual Studio help system
Namespace: Microsoft.VisualStudio.Modeling.Integration.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0.dll)
Syntax
protected override void OnHelpRequested(
HelpEventArgs hevent
)
protected:
virtual void OnHelpRequested(
HelpEventArgs^ hevent
) override
override OnHelpRequested :
hevent:HelpEventArgs -> unit
Protected Overrides Sub OnHelpRequested (
hevent As HelpEventArgs
)
Parameters
hevent
Type: System.Windows.Forms.HelpEventArgsHelp event arguments
Return Value
See Also
DialogBase Class
Microsoft.VisualStudio.Modeling.Integration.Shell Namespace
Return to top