Skip to main content
Version: 4.1

HelpEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the HelpRequested event.

public class HelpEventArgs : EventArgs

Constructors

Instance member HelpEventArgs(target)

Initializes a new instance of the HelpEventArgs class.

NameTypeDescription
targetControlThe Control that had the focus when the user pressed F1.

Properties

Instance member Handled

Boolean: Returns or sets a value indicating whether the help event was handled.

Instance member Target

Control: Returns the Control that had the focus when the user pressed F1.

Used By

NameDescription
HelpEventHandlerRepresents the method that will handle the HelpRequested event of a Control.