{CompanyName} FlexyGo

Global_asax..::..Session_Start Method

Handles the Start event of the Session control.

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

Syntax


public void Session_Start(
	Object sender,
	EventArgs e
)
Public Sub Session_Start ( _
	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.