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.
Represents the event handler for session explorer event.
Namespace: Microsoft.Uii.Desktop.Core
Assembly: Microsoft.Uii.Desktop.Core (in Microsoft.Uii.Desktop.Core.dll)
Usage
'Usage
Dim instance As New SessionExplorerEventHandler(AddressOf HandlerMethod)
Syntax
'Declaration
Public Delegate Sub SessionExplorerEventHandler ( _
sender As Object, _
e As EventArgs _
)
public delegate void SessionExplorerEventHandler (
Object sender,
EventArgs e
)
public delegate void SessionExplorerEventHandler (
Object^ sender,
EventArgs^ e
)
/** @delegate */
public delegate void SessionExplorerEventHandler (
Object sender,
EventArgs e
)
Parameters
- sender
Specifies the sender.
- e
Specifies the event.
Platforms
See Also
Reference
Microsoft.Uii.Desktop.Core Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.