WebWindow.OnDeactivate Event

SharePoint Designer Developer Reference

Occurs when a user switches to another application window and the active Web site window loses the focus.

Syntax

Private Sub expression_OnDeactivate()

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

See Also