Discuss this help topic in SecureBlackbox Forum
This event is fired when the property value is changed.
Declaration
Parameters
- URL - contains the URL of the request.
- NS - specifies property namespace.
- Name - specifies property name.
- Value - specifies the new value of the property.
- Success - use this parameter to specify whether to accept or decline the request.
- pcURL - contains the URL of the request.
- szURL - the length of pcURL.
- pcNS - specifies property namespace.
- szNS - the length of pcNS.
- pcName - specifies property name.
- szName - the length of pcName.
- pcValue - specifies the new value of the property.
- szValue - the length of pcValue.
Description
This event is fired when the new property value is about to be written.
It allows to accept or decline the write request.
Discuss this help topic in SecureBlackbox Forum