June 2002
Intermediate to advanced
816 pages
28h 12m
English
BeginEventHandler
This class is used to connect an event handler to an HttpApplication event. It is used
transparently by the ASP.NET framework.
Public Delegate Function BeginEventHandler(
ByVal sender As Object, ByVal e As EventArgs,
ByVal cb As AsyncCallback,
ByVal extraData As Object) As IAsyncResult
Read now
Unlock full access