June 2002
Intermediate to advanced
816 pages
28h 12m
English
DataListItemEventHandler
This delegate defines the parameter list for methods that handle the DataList.ItemCreated and DataList.ItemDataBound events. These
events provide extra information about the current DataListItem through the DataListItemEventArgs class.
Public Delegate Sub DataListItemEventHandler(
ByVal sender As Object,
ByVal e As DataListItemEventArgs)
Read now
Unlock full access