June 2002
Intermediate to advanced
816 pages
28h 12m
English
DataListCommandEventHandler
This delegate specifies the parameters for the event handler routine that handles the ItemCommand, CancelCommand, DeleteCommand, EditCommand,
and UpdateCommand events of
the DataList control. This event
handler receives additional information about the item that was clicked.
Public Delegate Sub DataListCommandEventHandler(
ByVal source As Object,
ByVal e As DataListCommandEventArgs)
Read now
Unlock full access