Add-On Events

<< Click to Display Table of Contents >>

Navigation:  Developers' Guide > Using Data Interface > Events >

Add-On Events

Navigation: Developers' Guide > Using Data Interface > Events >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

Add-On Events

 

Show/Hide Hidden Text

Click here to collapse/expand.

Start

This event occurs to write any logic which needs to be execute at the time of starting the iVend application.

Namespace: CXS.Retail.Extensibility

Assembly: BasePlugin

Parameters

N/A

Remarks

If some database scripts are to be run then they can be executed in the method.

Click to collapse/expand the view.

ShutDown

This event occurs to write any logic which needs to be executed before shutdown of iVend application.

Namespace: CXS.Retail.Extensibility

Assembly: BasePlugin

Parameters

N/A

Remarks

This function is also used to unhook all the registered events.