Application.OnPageWindowActivate Event

SharePoint Designer Developer Reference

Occurs when the page in the current window obtains the focus.

Syntax

Private Sub expression_OnPageWindowActivate(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 page window being activated.

See Also