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.
Represents the delegate that notifies the UI when the user changes the selected 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 New SelectedAppChangedEventHandler(AddressOf HandlerMethod)
Syntax
'Declaration
Public Delegate Sub SelectedAppChangedEventHandler ( _
sender As Object, _
e As EventArgs _
)
public delegate void SelectedAppChangedEventHandler (
Object sender,
EventArgs e
)
public delegate void SelectedAppChangedEventHandler (
Object^ sender,
EventArgs^ e
)
/** @delegate */
public delegate void SelectedAppChangedEventHandler (
Object sender,
EventArgs e
)
Platforms
See Also
Reference
Microsoft.Uii.Desktop.UI.Controls Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.