SessionExplorerEventHandler Delegate
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.