Application_Start Method (sender, e)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 Application_Start Method (sender, e)
Patterns-In-Action! ApplicationASPNETWebApplicationGlobalApplication_Start(Object, EventArgs)
Event handler for application start event. Initializes logging.
Declaration Syntax
C# Visual Basic
protected void Application_Start(
	Object sender,
	EventArgs e
)
Protected Sub Application_Start ( _
	sender As Object, _
	e As EventArgs _
)
Parameters
sender (Object)
e (EventArgs)

Assembly: ASPNETWebApplication (Module: ASPNETWebApplication) Version: 1.0.0.0 (1.0.0.0)