Job2.StopJobCompleted Event

Definition

Event to be raised when the asynchronous stopping of a job is completed.This event should not be raised for synchronous operation.

public:
 event EventHandler<System::ComponentModel::AsyncCompletedEventArgs ^> ^ StopJobCompleted;
public event EventHandler<System.ComponentModel.AsyncCompletedEventArgs> StopJobCompleted;
member this.StopJobCompleted : EventHandler<System.ComponentModel.AsyncCompletedEventArgs> 
Public Custom Event StopJobCompleted As EventHandler(Of AsyncCompletedEventArgs) 
Public Event StopJobCompleted As EventHandler(Of AsyncCompletedEventArgs) 

Event Type

Applies to