ListControlConvertEventHandler

Wisej.Web.ListControlConvertEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

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

public delegate void ListControlConvertEventHandler(Object sender, ListControlConvertEventArgs e)

Parameters

NameTypeDescription

sender

e

Fired By

NameDescription

Fired when the control is bound to a data value.

Last updated