Compartilhar via


ApplicationHost.SessionChanged Event

Raised when a session is changed.

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.SessionChanged, handler

Syntax

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

/** @event */
public void remove_SessionChanged (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.