Global.Application_Start(Object, EventArgs) Method

Definition

protected:
 void Application_Start(System::Object ^ sender, EventArgs ^ e);
protected void Application_Start (object sender, EventArgs e);
member this.Application_Start : obj * EventArgs -> unit
Protected Sub Application_Start (sender As Object, e As EventArgs)

Parameters

sender
Object

Applies to