scrollOffsetChanged Event

Summary

Occurs when the value of ScrollOffset changes.

Syntax
TypeScript
JavaScript
Object.defineProperty(ImageViewer.prototype,'scrollOffsetChanged',  
	get: function(), 
	set: function(value) 
) 
scrollOffsetChanged: LeadEvent; 

Remarks

This event is raised if the value of the ScrollOffset property is changed by either a programmatic modification or user interaction.

Example

For an example, refer to ScrollOffset.

Event Data

ParameterTypeDescription
sendervarThe source of the event.

Requirements

Target Platforms

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

Leadtools.Controls Assembly