'DeclarationPublic Event ShowHelp As ShowHelpHandler
public event ShowHelpHandler ShowHelp
public: event ShowHelpHandler^ ShowHelp
The event handler receives an argument of type ShowHelpEventArgs containing data related to this event. The following ShowHelpEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| ContextId | Context ID of the requested help page. |
| DesignerWindow | Access to the designer window; the property handle returns the window handle. |
| HelpType | Type of help request. |
| IsProcessed | If the property is set to "true", List & Label does not display the requested Help. |
Platforms: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 25H2), Windows Server 2016 - 2025
.NET: .NET Framework 4.8, .NET 8, .NET 9, .NET 10