ApplicationHost.SessionOpened Event
Raised when a session is opened.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As ApplicationHost
Dim handler As SessionOpenControllerEventHandler
AddHandler instance.SessionOpened, handler
Syntax
'Declaration
Public Event SessionOpened As SessionOpenControllerEventHandler
public event SessionOpenControllerEventHandler SessionOpened
public:
event SessionOpenControllerEventHandler^ SessionOpened {
void add (SessionOpenControllerEventHandler^ value);
void remove (SessionOpenControllerEventHandler^ value);
}
/** @event */
public void add_SessionOpened (SessionOpenControllerEventHandler value)
/** @event */
public void remove_SessionOpened (SessionOpenControllerEventHandler 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.