|
|
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.