![]() |
v2.40
|
|
Represents a handler for application events. More...
Public Member Functions | |
HRESULT | OnBeforeApplicationClose ([in] IApplicationCloseEvent *pEvent) |
Handles before the application close event. | |
HRESULT | OnBeforeProjectClose ([in] IProjectCloseEvent *pEvent) |
Handles before the project close event. | |
HRESULT | OnProjectClosed () |
Handles the project close event. | |
HRESULT | OnProjectCreated () |
This event is raised after the Renga project has been created. | |
HRESULT | OnProjectOpened ([in] BSTR filePath_) |
This event is raised after the Renga project has been opened. | |
HRESULT | OnProjectSaved ([in] BSTR filePath_) |
This event is raised after the Renga project has been saved. | |
Represents a handler for application events.
HRESULT OnProjectOpened | ( | [in] BSTR | filePath_ | ) |
This event is raised after the Renga project has been opened.
[in] | filePath_ | Path of the opened ptoject. |
HRESULT OnProjectSaved | ( | [in] BSTR | filePath_ | ) |
This event is raised after the Renga project has been saved.
[in] | filePath_ | Path of the saved ptoject. |