ListViewBindingCompleteEventEventHandler

Wisej.Web.ListViewBindingCompleteEventEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

Represents the method that will handle the DataBindingComplete event of a ListView.

public delegate void ListViewBindingCompleteEventEventHandler(Object sender, ListViewBindingCompleteEventArgs e)

Parameters

Name
Type
Description

sender

The source of the event.

Fired By

Name
Description

Occurs after a data-binding operation has finished.

Last updated