ITaskLauncherService.ActionCompleted Event

Definition

Occurs when the action handler reports that the action is completed.

public:
 event EventHandler<Microsoft::SqlServer::Management::ActionCompletedEventArgs ^> ^ ActionCompleted;
event EventHandler<Microsoft.SqlServer.Management.ActionCompletedEventArgs> ActionCompleted;
member this.ActionCompleted : EventHandler<Microsoft.SqlServer.Management.ActionCompletedEventArgs> 
Event ActionCompleted As EventHandler(Of ActionCompletedEventArgs) 

Event Type

Applies to