Job2.SuspendJobCompleted Event

Definition

This event should be raised whenever the asynchronous suspend of a job is completed. This event should not be raised for synchronous operation.

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

Event Type

Applies to