ApplicationHost.IsolatedFormSelected Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event handler for the FormSelected event from IHostedAppUICommand interface of the isolated applications.
public:
event Microsoft::Uii::Csr::ApplicationHost::IsolatedFormSelectedEventHandler ^ IsolatedFormSelected;
public event Microsoft.Uii.Csr.ApplicationHost.IsolatedFormSelectedEventHandler IsolatedFormSelected;
member this.IsolatedFormSelected : Microsoft.Uii.Csr.ApplicationHost.IsolatedFormSelectedEventHandler
Public Event IsolatedFormSelected As ApplicationHost.IsolatedFormSelectedEventHandler
Event Type
Remarks
This will be handled in the Desktop class to update the other user controls.