BeginEventHandler

BeginEventHandlerserializable

System.Web (system.web.dll)delegate

This class is used to connect an event handler to an HttpApplication event. It is used transparently by the ASP.NET framework.

public delegate IAsyncResult BeginEventHandler(object sender, EventArgs e, AsyncCallback cb, object extraData);

Passed To

HttpApplication.{AddOnAcquireRequestStateAsync( ), AddOnAuthenticateRequestAsync( ), AddOnAuthorizeRequestAsync( ), AddOnBeginRequestAsync( ), AddOnEndRequestAsync( ), AddOnPostRequestHandlerExecuteAsync( ), AddOnPreRequestHandlerExecuteAsync( ), AddOnReleaseRequestStateAsync( ), AddOnResolveRequestCacheAsync( ), AddOnUpdateRequestCacheAsync( )}



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace