Application.OnAfterPageWindowViewChange Event

SharePoint Designer Developer Reference

Occurs when a page window has switched view types.

Syntax

Private Sub expression_OnAfterPageWindowViewChange(ByVal pPage As PageWindow)

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

Parameters

Name Required/Optional Data Type Description
pPage Required PageWindow The window for the view that has changed.

See Also