ActionCompletedEventHandler 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.
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
Specifies the application
- args
- ActionEventArgs
Specifies the event arguments.