Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 1.1
.NET Framework
Reference
Events
 End Event
This page is specific to
Microsoft Visual Studio 2003/.NET Framework 1.1

Other versions are also available for the following:
.NET Framework Class Library
SessionStateModule.End Event

Occurs when a session ends.

[Visual Basic]
Public Event End As EventHandler
[C#]
public event EventHandler End;
[C++]
public: __event EventHandler* End;

[JScript] In JScript, you can handle the events defined by a class, but you cannot define your own.

Event Data

The event handler receives an argument of type EventArgs.

Remarks

This event is supported only when SessionStateMode is InProc.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

SessionStateModule Class | SessionStateModule Members | System.Web.SessionState Namespace

© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker