IPanel.SelectedAppChanged Event
Invoked when the user switches the active or selected application in the panel to notify the system about this change.
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 SelectedAppChangedEventHandler
AddHandler instance.SelectedAppChanged, handler
Syntax
'Declaration
Event SelectedAppChanged As SelectedAppChangedEventHandler
event SelectedAppChangedEventHandler SelectedAppChanged
event SelectedAppChangedEventHandler^ SelectedAppChanged {
void add (SelectedAppChangedEventHandler^ value);
void remove (SelectedAppChangedEventHandler^ value);
}
/** @event */
void add_SelectedAppChanged (SelectedAppChangedEventHandler value)
/** @event */
void remove_SelectedAppChanged (SelectedAppChangedEventHandler 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.