TableCaptionElement.onscroll Event

SharePoint Designer Developer Reference

Occurs when a user repositions the scroll box in either the horizontal or vertical scroll bar.

Syntax

Private Sub expression_onscroll

expression   Required. A variable that represents a TableCaptionElement object that has been declared by using the WithEvents option in a class module.

See Also