ScrollChangedEventArgs Constructor

Summary

Initializes a new instance of the ScrollChangedEventArgs class object with explicit parameters.

Syntax
TypeScript
JavaScript
ScrollChangedEventArgs = function( 
   previousScrollOffset, 
   scrollOffset 
) 
constructor( 
   previousScrollOffset: number, 
   scrollOffset: number 
); 

Parameters

previousScrollOffset

the previous scroll offset

scrollOffset

the current scroll offset

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

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