Handles a notification that the user has requested Help. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As SmsPropertyPage
Dim hevent As HelpEventArgs

instance.OnHelpRequested(hevent)

Syntax

Visual Basic
Public Overridable Sub OnHelpRequested ( _
		hevent As HelpEventArgs _
)
C#
public virtual void OnHelpRequested (
		HelpEventArgs hevent
)
C++
public:
virtual void OnHelpRequested (
		HelpEventArgs^ hevent
)
J#
public void OnHelpRequested (
		HelpEventArgs hevent
)
JScript
public function OnHelpRequested (
		hevent : HelpEventArgs
)

Parameters

hevent

[in] System.Windows.Forms.HelpEventArgs object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also