# HelpEventArgs

Namespace: **Wisej.Web**

Assembly: **Wisej.Framework** (4.0.0.0)

Provides data for the [HelpRequested](https://docs.wisej.com/api/wisej.web/general/control/..#helprequested) event.

{% tabs %}
{% tab title="C#" %}

```csharp
public class HelpEventArgs : EventArgs
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Class HelpEventArgs
    Inherits EventArgs
```

{% endtab %}
{% endtabs %}

## Constructors

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) HelpEventArgs(target)

Initializes a new instance of the [HelpEventArgs](https://docs.wisej.com/api/wisej.web/general/control/wisej.web.helpeventargs) class.

| Name       | Type                                                            | Description                                                                                                      |
| ---------- | --------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| **target** | [Control](https://docs.wisej.com/api/wisej.web/general/control) | The [Control](https://docs.wisej.com/api/wisej.web/general/control) that had the focus when the user pressed F1. |

## Properties

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) Handled

[Boolean](https://docs.microsoft.com/dotnet/api/system.boolean): Returns or sets a value indicating whether the help event was handled.

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) Target

[Control](https://docs.wisej.com/api/wisej.web/general/control): Returns the [Control](https://docs.wisej.com/api/wisej.web/general/control) that had the focus when the user pressed F1.

## Used By

| Name                                                                                                | Description                                                                                                                                                                                                   |
| --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [HelpEventHandler](https://docs.wisej.com/api/wisej.web/general/control/wisej.web.helpeventhandler) | Represents the method that will handle the [HelpRequested](https://docs.wisej.com/api/wisej.web/general/control/..#helprequested) event of a [Control](https://docs.wisej.com/api/wisej.web/general/control). |
