Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fired when the application is closed with a click.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.PanelLayouts
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As USDPopupPanel
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
USDPopupPanel Class
USDPopupPanel Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.PanelLayouts Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.