Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Notifies the others that an isolated application is brought to focus.
Namespace: Microsoft.Uii.Csr.ApplicationHost
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As New IsolatedFormSelectedEventHandler(AddressOf HandlerMethod)
Syntax
'Declaration
Public Delegate Sub IsolatedFormSelectedEventHandler ( _
app As IHostedAppUICommand, _
args As EventArgs _
)
public delegate void IsolatedFormSelectedEventHandler (
IHostedAppUICommand app,
EventArgs args
)
public delegate void IsolatedFormSelectedEventHandler (
IHostedAppUICommand^ app,
EventArgs^ args
)
/** @delegate */
public delegate void IsolatedFormSelectedEventHandler (
IHostedAppUICommand app,
EventArgs args
)
Parameters
- app
Specifies the application
- args
Specifies the even arguments.
Platforms
See Also
Reference
Microsoft.Uii.Csr.ApplicationHost Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.