Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when an request to open 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 SessionOpenControllerEventHandler
AddHandler instance.RequestSessionOpen, handler
Syntax
'Declaration
Event RequestSessionOpen As SessionOpenControllerEventHandler
event SessionOpenControllerEventHandler RequestSessionOpen
event SessionOpenControllerEventHandler^ RequestSessionOpen {
void add (SessionOpenControllerEventHandler^ value);
void remove (SessionOpenControllerEventHandler^ value);
}
/** @event */
void add_RequestSessionOpen (SessionOpenControllerEventHandler value)
/** @event */
void remove_RequestSessionOpen (SessionOpenControllerEventHandler 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.