Compartir a través de


ApplicationHost.RequestApplicationCloseFromAutomationHandler Delegate

Definition

Event handler for requesting a new application to be created and hosted within UII.

public: delegate void ApplicationHost::RequestApplicationCloseFromAutomationHandler(System::String ^ application);
public delegate void ApplicationHost.RequestApplicationCloseFromAutomationHandler(string application);
type ApplicationHost.RequestApplicationCloseFromAutomationHandler = delegate of string -> unit
Public Delegate Sub ApplicationHost.RequestApplicationCloseFromAutomationHandler(application As String)

Parameters

application
String

Specifies the application.

Applies to