{CompanyName} FlexyGo

Global_asax..::..Application_End Method

Handles the End event of the Application control.

Namespace:  FLEXYGO
Assembly:  FlexyGo (in FlexyGo.dll)

Syntax


public void Application_End(
	Object sender,
	EventArgs e
)
Public Sub Application_End ( _
	sender As Object, _
	e As EventArgs _
)

Parameters

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