←Select platform

Operation Event

Summary

Operation event that occurs while a job is running.

Syntax
C#
C++/CLI
Python
public event EventHandler<CompareJobRunnerEventArgs> Operation 
public:  
   event EventHandler<CompareJobRunnerEventArgs^>^ Operation 
def Operation(sender,e): # sender: CompareJobRunner e: CompareJobRunnerEventArgs 
Remarks

This event will be fired periodically when RunJob is called. The values of CompareJobRunnerEventArgs will change, depending on the CompareJobRunnerEventArgs.Operation type of the event.

The CompareJobRunner.Operation event occurs twice per operation. First, with CompareJobRunnerEventArgs.IsPostOperation set to false to indicate that the operation is about to happen, and then with CompareJobRunnerEventArgs.IsPostOperation set to true to indicate that the operation was performed.

Event Data
ParameterTypeDescription
senderobjectThe source of the event
eCompareJobRunnerEventArgsThe event data
Requirements

Target Platforms

Help Version 22.0.2023.5.11
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Compare Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.