SharpSchedule

Global.Session_End Method 

Called at the end of a session.

[Visual Basic]
Protected Sub Session_End( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
)
[C#]
protected void Session_End(
   object sender,
   EventArgs e
);

Parameters

sender
Missing <param> documentation for sender
e
Missing <param> documentation for e

See Also

Global Class | Ozanam.Schedule.Web Namespace