How to add your knowledge

raiseProjectEvent()

    Table of contents
    1. 1. Synopsis
    2. 2. Syntax

    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