arachnode.net

Global.Application_Start Method

Handles the Start event of the Application control.

protected void Application_Start(
   object sender,
   EventArgs e
);

Parameters

sender
The source of the event.
e
The EventArgs instance containing the event data.

See Also

Global Class | Arachnode.Web Namespace