Share via


IPanel.CloseApplicationClick Event

Invoked when the user attempts to close the hosted application.

Namespace: Microsoft.Uii.Desktop.UI.Controls
Assembly: Microsoft.Uii.Desktop.UI.Controls (in Microsoft.Uii.Desktop.UI.Controls.dll)

Usage

'Usage
Dim instance As IPanel
Dim handler As CloseApplicationClickEventHandler

AddHandler instance.CloseApplicationClick, handler

Syntax

'Declaration
Event CloseApplicationClick As CloseApplicationClickEventHandler
event CloseApplicationClickEventHandler CloseApplicationClick
event CloseApplicationClickEventHandler^ CloseApplicationClick {
    void add (CloseApplicationClickEventHandler^ value);
    void remove (CloseApplicationClickEventHandler^ value);
}
/** @event */
void add_CloseApplicationClick (CloseApplicationClickEventHandler value)

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

Platforms

See Also

Reference

IPanel Interface
IPanel Members
Microsoft.Uii.Desktop.UI.Controls Namespace

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