onDiffChange Method

Summary

Callback function that will be triggered whenever the CompareView's differences set has changed.

Syntax
TypeScript
JavaScript
CompareView.prototype.onDiffChange = function( 
   diff 
) 
onDiffChange( 
   diff: DocumentDifference 
): void; 

Parameters

diff

Active differences for the CompareView.

Remarks

The default value is null. Add a callback function here to be notified when the diff set has changed. This is a good place to hook up any UI updates that depend on the diff set.

Requirements

Target Platforms

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

Leadtools.Document.Viewer Assembly

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