Del via


ApplicationHost.SessionClosed Event

Raised when a session is closed.

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim instance As ApplicationHost
Dim handler As SessionControllerEventHandler

AddHandler instance.SessionClosed, handler

Syntax

'Declaration
Public Event SessionClosed As SessionControllerEventHandler
public event SessionControllerEventHandler SessionClosed
public:
event SessionControllerEventHandler^ SessionClosed {
    void add (SessionControllerEventHandler^ value);
    void remove (SessionControllerEventHandler^ value);
}
/** @event */
public void add_SessionClosed (SessionControllerEventHandler value)

/** @event */
public void remove_SessionClosed (SessionControllerEventHandler value)

Platforms

See Also

Reference

ApplicationHost Class
ApplicationHost Members
Microsoft.Uii.Csr Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.