PageWindow.OnActivate Event

SharePoint Designer Developer Reference

Occurs when the page window obtains the focus and becomes the current window.

Syntax

Private Sub expression_OnActivate

expression   A variable that represents a PageWindow object that is declared by using the WithEvents option in a class module.

See Also