ISessionController.RequestSessionChange Event
Occurs when an request to change a session is fired.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As ISessionController
Dim handler As SessionControllerEventHandler
AddHandler instance.RequestSessionChange, handler
Syntax
'Declaration
Event RequestSessionChange As SessionControllerEventHandler
event SessionControllerEventHandler RequestSessionChange
event SessionControllerEventHandler^ RequestSessionChange {
void add (SessionControllerEventHandler^ value);
void remove (SessionControllerEventHandler^ value);
}
/** @event */
void add_RequestSessionChange (SessionControllerEventHandler value)
/** @event */
void remove_RequestSessionChange (SessionControllerEventHandler value)
Platforms
See Also
Reference
ISessionController Interface
ISessionController Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.