Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Event handler for the FormSelected event from IHostedAppUICommand interface of the isolated applications.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As ApplicationHost
Dim handler As IsolatedFormSelectedEventHandler
AddHandler instance.IsolatedFormSelected, handler
Syntax
'Declaration
Public Event IsolatedFormSelected As IsolatedFormSelectedEventHandler
public event IsolatedFormSelectedEventHandler IsolatedFormSelected
public:
event IsolatedFormSelectedEventHandler^ IsolatedFormSelected {
void add (IsolatedFormSelectedEventHandler^ value);
void remove (IsolatedFormSelectedEventHandler^ value);
}
/** @event */
public void add_IsolatedFormSelected (IsolatedFormSelectedEventHandler value)
/** @event */
public void remove_IsolatedFormSelected (IsolatedFormSelectedEventHandler value)
Remarks
This will be handled in the Desktop class to update the other user controls.
Platforms
See Also
Reference
ApplicationHost Class
ApplicationHost Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.