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