Application.WindowDeactivate Event

SharePoint Designer Developer Reference

Occurs when the application window loses the focus.

Syntax

Private Sub expression_WindowDeactivate(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 that is being deactivated.

See Also