Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

ScrollOffsetChanged Event

Show in webframe
Occurs when the value of ScrollOffset changes.
Syntax
add_scrollOffsetChanged(function(sender, e))
scrollOffsetChanged.add(function(sender, e))
remove_scrollOffsetChanged(function(sender, e))
scrollOffsetChanged.remove(function(sender, e))
    

This event is raised if the 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
Parameter Type Description
sender 'var' The source of the event.
e EventArgs The event data.
See Also
Error processing SSI file