Discuss this help topic in SecureBlackbox Forum
This event is fired before the new value is assigned to a live property.
Declaration
Parameters
- URL - contains the URL of the request.
- NS - specifies property namespace.
- Name - specifies property name.
- Value - the new value to be assigned to 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 - the new value to be assigned to the property.
- szValue - the length of pcValue.
Description
This event is fired before writing the value of a live property.
Discuss this help topic in SecureBlackbox Forum