WebWindow.OnAfterViewChange Event

SharePoint Designer Developer Reference

Occurs after the view has changed in the active page window or Web site window.

Syntax

Private Sub expression_OnAfterViewChange()

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

See Also