onActiveDiffChange Method

Summary

Callback function that will be triggered whenever one of the CompareView's selected differences has changed.

Syntax
TypeScript
JavaScript
CompareView.prototype.onActiveDiffChange = function( 
   diff 
) 
onActiveDiffChange( 
   diff: PageCharactersDifference 
): void; 

Parameters

diff

Active PageCharactersDifference for the CompareView.

Remarks

The default value is null. Add a callback function here to be notified when the active diff set has changed. This is a good place to hook up any UI updates that depend on the active 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.