Share via


SmsPropertyPage.OnHelpRequested Method

Handles a notification that the user has requested Help.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim instance As SmsPropertyPage
Dim hevent As HelpEventArgs

instance.OnHelpRequested(hevent)

Syntax

'Declaration
Public Overridable Sub OnHelpRequested ( _
    hevent As HelpEventArgs _
)
public virtual void OnHelpRequested (
    HelpEventArgs hevent
)
public:
virtual void OnHelpRequested (
    HelpEventArgs^ hevent
)
public void OnHelpRequested (
    HelpEventArgs hevent
)
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

Reference

SmsPropertyPage Class
SmsPropertyPage Members
Microsoft.ConfigurationManagement.AdminConsole Namespace