raiseProjectEvent()

Synopsis

Raises a "project event" of the specified type. The only two project events currently supported are: :projectOpened :projectWillClose The return value is always true , and has no meaning.

Syntax

raiseProjectEvent ( eventCode As Name ) As Boolean 
Argument Type Description
eventCode Name The name of the event, either :projectOpened or :projectWillClose