HelpEventHandler

Wisej.Web.HelpEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

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

public delegate void HelpEventHandler(Object sender, HelpEventArgs hlpevent)

Parameters

Name
Type
Description

sender

The source of the event.

hlpevent

A HelpEventArgs object that contains the event data.

Fired By

Name
Description

Fired when the user requests help for a control by pressing F1.

Last updated