ApplicationHost.RequestFocusEventHandler Delegate

Definition

Event handler to handle requests to drive focus to a specific application.

public: delegate void ApplicationHost::RequestFocusEventHandler(IHostedApplication ^ app);
public delegate void ApplicationHost.RequestFocusEventHandler(IHostedApplication app);
type ApplicationHost.RequestFocusEventHandler = delegate of IHostedApplication -> unit
Public Delegate Sub ApplicationHost.RequestFocusEventHandler(app As IHostedApplication)

Parameters

app
IHostedApplication

Specifies the application.

Applies to