arachnode.net

Global.Application_End Method

Handles the End event of the Application control.

protected void Application_End(
   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