←Select platform

Operation Event

Summary

Operation event that occurs while a job is running.

Syntax
C#
VB
C++
public event EventHandler<CompareJobRunnerEventArgs> Operation 
Public Event Operation As EventHandler(Of CompareJobRunnerEventArgs) 
public:  
   event EventHandler<CompareJobRunnerEventArgs^>^ Operation 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Compare Assembly