scrollOffsetChanged Event (ImageViewer)

Summary

Occurs when the value of ScrollOffset changes.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewer.prototype,'scrollOffsetChanged',  
	get: function(), 
	set: function(value) 
) 
function scrollOffsetChanged.add(function(sender, e)); 
function scrollOffsetChanged.remove(function(sender, e)); 
TypeScript Syntax
scrollOffsetChanged: void;

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Controls Assembly
Click or drag to resize