Skip to main content
Version: 4.1

HelpEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Represents the method that will handle the HelpRequested event of a Control.

public delegate void HelpEventHandler(Object sender, HelpEventArgs hlpevent)

Parameters

NameTypeDescription
senderObjectThe source of the event.
hlpeventHelpEventArgsA HelpEventArgs object that contains the event data.

Fired By

NameDescription
Control.HelpRequestedFired when the user requests help for a control by pressing F1.