v2.28
_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. More...
 
HRESULT OnProjectSaved ([in] BSTR filePath_)
 This event is raised after the Renga project has been saved. More...
 

Detailed Description

Represents a handler for application events.

Member Function Documentation

◆ OnProjectOpened()

HRESULT _IApplicationEvents::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 _IApplicationEvents::OnProjectSaved ( [in] BSTR  filePath_)

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

Parameters
[in]filePath_Path of the saved ptoject.