|
<< Click to Display Table of Contents >> Navigation: Developers' Guide > Using Data Interface > Events > Add-On Events |
Navigation: Developers' Guide > Using Data Interface > Events >
Add-On Events
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. |
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. |