Compartir a través de


ApplicationHost.IsolatedFormSelectedEventHandler Delegate

Definition

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

app
IHostedAppUICommand

Specifies the application

args
EventArgs

Specifies the even arguments.

Applies to