SessionControllerEventHandler Delegate

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 SessionControllerEventHandler(AddressOf HandlerMethod)

Syntax

'Declaration
Public Delegate Sub SessionControllerEventHandler ( _
    sender As Object, _
    e As SessionControllerEventArgs _
)
public delegate void SessionControllerEventHandler (
    Object sender,
    SessionControllerEventArgs e
)
public delegate void SessionControllerEventHandler (
    Object^ sender, 
    SessionControllerEventArgs^ e
)
/** @delegate */
public delegate void SessionControllerEventHandler (
    Object sender, 
    SessionControllerEventArgs e
)

Platforms

See Also

Reference

Microsoft.Uii.Csr Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.