# ListViewBindingCompleteEventArgs

Namespace: **Wisej.Web**

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

Provides data for the [DataBindingComplete](https://docs.wisej.com/api/wisej.web/lists-and-grids/listview/..#databindingcomplete) event.

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

```csharp
public class ListViewBindingCompleteEventArgs : EventArgs
```

{% endtab %}

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

```visual-basic
Public Class ListViewBindingCompleteEventArgs
    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) ListChangedType

[ListChangedType](https://docs.microsoft.com/dotnet/api/system.componentmodel.listchangedtype): Returns a value specifying how the list changed.

## Used By

| Name                                                                                                                                                         | Description                                                                                                                                                                                                                                  |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [ListViewBindingCompleteEventEventHandler](https://docs.wisej.com/api/wisej.web/lists-and-grids/listview/wisej.web.listviewbindingcompleteeventeventhandler) | Represents the method that will handle the [DataBindingComplete](https://docs.wisej.com/api/wisej.web/lists-and-grids/listview/..#databindingcomplete) event of a [ListView](https://docs.wisej.com/api/wisej.web/lists-and-grids/listview). |
