v2.33
 
_IApplicationEvents Interface Reference

Represents a handler for application events. More...

Inheritance diagram for _IApplicationEvents:

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.
 

Detailed Description

Represents a handler for application events.

Member Function Documentation

◆ OnProjectOpened()

HRESULT OnProjectOpened ( [in] BSTR filePath_)

This event is raised after the Renga project has been opened.

Parameters
[in]filePath_Path of the opened ptoject.

◆ OnProjectSaved()

HRESULT OnProjectSaved ( [in] BSTR filePath_)

This event is raised after the Renga project has been saved.

Parameters
[in]filePath_Path of the saved ptoject.