previousScrollOffset Property

Summary

Gets the previous scroll offset before scrolling.

Syntax

JavaScript Syntax
Object.defineProperty(ScrollChangedEventArgs.prototype, 'previousScrollOffset', 
	get: function() 
) 
TypeScript Syntax
previousScrollOffset: number; // read-only 

Property Value

Value that represents the previous scroll offset before scrolling.

Remarks

To change the current offset, refer to CurrentOffset.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly