Job2.StartJobCompleted Event

Definition

Event to be raise when the start job activity is completed. This event should not be raised for synchronous operation.

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

Event Type

Applies to