Wisej.Web.ListControlConvertEventHandler
Last updated 10 months ago
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)
Public Delegate Sub ListControlConvertEventHandler(ByVal sender As [Object], ByVal e As ListControlConvertEventArgs)
sender
e
Fired when the control is bound to a data value.