HelpEventHandler

Wisej.Web.HelpEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

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

public delegate void HelpEventHandler(Object sender, HelpEventArgs hlpevent)

Parameters

NameTypeDescription

sender

The source of the event.

hlpevent

A HelpEventArgs object that contains the event data.

Fired By

NameDescription

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

Last updated