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 selected application has changed.
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 SelectedAppChangedEventHandler
AddHandler instance.SelectedAppChanged, handler
Syntax
'Declaration
Public Event SelectedAppChanged As SelectedAppChangedEventHandler
public event SelectedAppChangedEventHandler SelectedAppChanged
public:
virtual event SelectedAppChangedEventHandler^ SelectedAppChanged {
void add (SelectedAppChangedEventHandler^ value) sealed;
void remove (SelectedAppChangedEventHandler^ value) sealed;
}
/** @event */
public final void add_SelectedAppChanged (SelectedAppChangedEventHandler value)
/** @event */
public final void remove_SelectedAppChanged (SelectedAppChangedEventHandler 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.