ApplicationHost.IsolatedFormSelectedEventHandler Delegate
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.
Notifies the others that an isolated application is brought to focus.
public: delegate void ApplicationHost::IsolatedFormSelectedEventHandler(IHostedAppUICommand ^ app, EventArgs ^ args);
public delegate void ApplicationHost.IsolatedFormSelectedEventHandler(IHostedAppUICommand app, EventArgs args);
type ApplicationHost.IsolatedFormSelectedEventHandler = delegate of IHostedAppUICommand * EventArgs -> unit
Public Delegate Sub ApplicationHost.IsolatedFormSelectedEventHandler(app As IHostedAppUICommand, args As EventArgs)
Parameters
Specifies the application
- args
- EventArgs
Specifies the even arguments.