ApplicationHost.RequestFocusEventHandler 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.
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
Specifies the application.