JobStateEventArgs Class

Definition

Event arguments passed to JobStateEvent handlers StateChanged event.

public ref class JobStateEventArgs sealed : EventArgs
public sealed class JobStateEventArgs : EventArgs
type JobStateEventArgs = class
    inherit EventArgs
Public NotInheritable Class JobStateEventArgs
Inherits EventArgs
Inheritance
JobStateEventArgs

Constructors

JobStateEventArgs(JobStateInfo)

Constructor of JobStateEventArgs.

JobStateEventArgs(JobStateInfo, JobStateInfo)

Constructor of JobStateEventArgs.

Properties

JobStateInfo

Info about the current state of the job.

PreviousJobStateInfo

Info about the previous state of the job.

Applies to