Application.WindowDeactivate Event
Project Developer Reference |
Occurs when any window within Project is deactivated. The WindowDeactivate event does not occur when the application window is deactivated.
Syntax
expression.WindowDeactivate(deactivatedWindow, )
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
deactivatedWindow | Required | Window | The deactivated window. |
Return Value
nothing
Remarks
Project events do not occur when the project is embedded in another document or application.
See Also