WebWindow.OnActivate Event

SharePoint Designer Developer Reference

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

Syntax

Private Sub expression_OnActivate

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

See Also