Initializes a new instance of CompareJobRunnerEventArgs.
public CompareJobRunnerEventArgs(
CompareJobRunnerOperation operation,
bool isPostOperation,
CompareJobData compareJobData,
object data
)
operation
The operation occurring.
isPostOperation
Indicates whether the engine has already run the operation. true if the operation has already been run; otherwise, false.
compareJobData
The data for the job.
data
Optional data related to the operation.