HelpEventArgs
Wisej.Web.HelpEventArgs
Last updated
Wisej.Web.HelpEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the HelpRequested event.
Initializes a new instance of the HelpEventArgs class.
Name | Type | Description |
---|---|---|
Boolean: Returns or sets a value indicating whether the help event was handled.
Control: Returns the Control that had the focus when the user pressed F1.
Name | Description |
---|---|
Represents the method that will handle the HelpRequested event of a Control.
target
The Control that had the focus when the user pressed F1.