HelpEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the HelpRequested event of a Control.
- C#
- VB.NET
public delegate void HelpEventHandler(Object sender, HelpEventArgs hlpevent)
Public Delegate Sub HelpEventHandler(ByVal sender As [Object], ByVal hlpevent As HelpEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| hlpevent | HelpEventArgs | A HelpEventArgs object that contains the event data. |
Fired By
| Name | Description |
|---|---|
| Control.HelpRequested | Fired when the user requests help for a control by pressing F1. |