Compartir a través de


ApplicationHost.RequestApplicationCreationFromAutomationHandler Delegate

Definition

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

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

Parameters

application
String

Specifies the application.

Applies to