EDI Integrator 2016 Node.js Edition
EDI Integrator 2016 Node.js Edition
Questions / Feedback?

Property Event

Fired when ListProperties is invoked.

Syntax

profilemgr.on('Property', [callback])

Callback

The 'callback' is called when the 'Property' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.propName
e.propValue

Remarks

This event is fired when ListProperties is called. It fires for each property read by LoadProfile. The parameters propName and propValue provide property name and value respectively.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
EDI Integrator 2016 Node.js Edition - Version 16.0 [Build 7240]