Udostępnij za pośrednictwem


ISessionExplorer.SessionClosed Event

Raised when a session is closed.

Namespace: Microsoft.Uii.Desktop.Core
Assembly: Microsoft.Uii.Desktop.Core (in Microsoft.Uii.Desktop.Core.dll)

Usage

'Usage
Dim instance As ISessionExplorer
Dim handler As SessionExplorerEventHandler

AddHandler instance.SessionClosed, handler

Syntax

'Declaration
Event SessionClosed As SessionExplorerEventHandler
event SessionExplorerEventHandler SessionClosed
event SessionExplorerEventHandler^ SessionClosed {
    void add (SessionExplorerEventHandler^ value);
    void remove (SessionExplorerEventHandler^ value);
}
/** @event */
void add_SessionClosed (SessionExplorerEventHandler value)

/** @event */
void remove_SessionClosed (SessionExplorerEventHandler value)

Platforms

See Also

Reference

ISessionExplorer Interface
ISessionExplorer Members
Microsoft.Uii.Desktop.Core Namespace

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