Application.WindowActivate Event

SharePoint Designer Developer Reference

Occurs when the application window obtains the focus.

Syntax

Private Sub expression_WindowActivate(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 Specifies the Web window being activated.

Remarks

When an instance of the application obtains the focus, the WindowActivate event fires for each open window.

See Also