# WebEventArgs

Namespace: **Wisej.Web**

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

Provides data for the [ControlUpdated](https://docs.wisej.com/api/wisej.web/general/control/..#controlupdated) and [ControlRendered](https://docs.wisej.com/api/wisej.web/general/control/..#controlrendered) events.

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

```csharp
public class WebEventArgs : EventArgs
```

{% endtab %}

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

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

{% endtab %}
{% endtabs %}

## 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) Config

[Object](https://docs.microsoft.com/dotnet/api/system.object): Returns the dynamic data object either received from the browser for the [ControlUpdated](https://docs.wisej.com/api/wisej.web/general/control/..#controlupdated) event or being sent to the browser for the [ControlRendered](https://docs.wisej.com/api/wisej.web/general/control/..#controlrendered) event.

## Used By

| Name                                                                                              | Description                                                                                                                                                                                                                    |
| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [WebEventHandler](https://docs.wisej.com/api/wisej.web/general/control/wisej.web.webeventhandler) | <p>Represents a method that handles the <a href="..#controlupdated">ControlUpdated</a> and <a href="..#controlrendered">ControlRendered</a> events.<br><mark style="color:blue;background-color:green;">Since 4.0.0</mark></p> |
