ActionCompletedEventHandler Delegate

Definition

Represents the event handler to notify the application host that an action has completed.

public delegate void ActionCompletedEventHandler(IHostedApplication ^ app, ActionEventArgs ^ args);
public delegate void ActionCompletedEventHandler(IHostedApplication app, ActionEventArgs args);
type ActionCompletedEventHandler = delegate of IHostedApplication * ActionEventArgs -> unit
Public Delegate Sub ActionCompletedEventHandler(app As IHostedApplication, args As ActionEventArgs)

Parameters

app
IHostedApplication

Specifies the application

args
ActionEventArgs

Specifies the event arguments.

Applies to