ApplicationHost.RequestBeforeApplicationCreationHandler 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 for requesting a new application to be created and hosted within UII.
public: delegate void ApplicationHost::RequestBeforeApplicationCreationHandler(ApplicationRecord ^ app);
public delegate void ApplicationHost.RequestBeforeApplicationCreationHandler(ApplicationRecord app);
type ApplicationHost.RequestBeforeApplicationCreationHandler = delegate of ApplicationRecord -> unit
Public Delegate Sub ApplicationHost.RequestBeforeApplicationCreationHandler(app As ApplicationRecord)
Parameters
Specifies the application.