Compartir a través de


SessionTabsControl.SessionClosed Event

Raised when a session is closed.

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As SessionTabsControl
Dim handler As SessionExplorerEventHandler

AddHandler instance.SessionClosed, handler

Syntax

'Declaration
Public Event SessionClosed As SessionExplorerEventHandler
public event SessionExplorerEventHandler SessionClosed
public:
virtual event SessionExplorerEventHandler^ SessionClosed {
    void add (SessionExplorerEventHandler^ value) sealed;
    void remove (SessionExplorerEventHandler^ value) sealed;
}
/** @event */
public final void add_SessionClosed (SessionExplorerEventHandler value)

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

Platforms

See Also

Reference

SessionTabsControl Class
SessionTabsControl Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace

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