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. More... | |
HRESULT | OnProjectSaved ([in] BSTR filePath_) |
This event is raised after the Renga project has been saved. More... | |
Represents a handler for application events.
HRESULT _IApplicationEvents::OnProjectOpened | ( | [in] BSTR | filePath_ | ) |
This event is raised after the Renga project has been opened.
[in] | filePath_ | Path of the opened ptoject. |
HRESULT _IApplicationEvents::OnProjectSaved | ( | [in] BSTR | filePath_ | ) |
This event is raised after the Renga project has been saved.
[in] | filePath_ | Path of the saved ptoject. |