Bagikan melalui


USDTabBasePanel.CloseApplicationClick Event

Raised when the application is closed.

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

Usage

'Usage
Dim instance As USDTabBasePanel
Dim handler As CloseApplicationClickEventHandler

AddHandler instance.CloseApplicationClick, handler

Syntax

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

/** @event */
public final void remove_CloseApplicationClick (CloseApplicationClickEventHandler value)

Platforms

See Also

Reference

USDTabBasePanel Class
USDTabBasePanel Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.PanelLayouts Namespace

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