Application.OnAfterWebWindowViewChange Event

SharePoint Designer Developer Reference

Occurs after the Web site window view has changed.

Syntax

Private Sub expression_OnAfterWebWindowViewChange(ByVal pWebWindow As WebWindow)

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
pWebWindow Required WebWindow The window for which the view has changed.

See Also