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.
Open Session controller Event delegate
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As New SessionOpenControllerEventHandler(AddressOf HandlerMethod)
Syntax
'Declaration
Public Delegate Sub SessionOpenControllerEventHandler ( _
sender As Object, _
e As SessionOpenControllerEventArgs _
)
public delegate void SessionOpenControllerEventHandler (
Object sender,
SessionOpenControllerEventArgs e
)
public delegate void SessionOpenControllerEventHandler (
Object^ sender,
SessionOpenControllerEventArgs^ e
)
/** @delegate */
public delegate void SessionOpenControllerEventHandler (
Object sender,
SessionOpenControllerEventArgs e
)
Platforms
See Also
Reference
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.