PCRuntimeUIConfigurator.attributeModifierChanged Method [AX 2012]
Executes when an attribute modifier changes value.
protected void attributeModifierChanged(
int _attributeInstanceId,
boolean _modifierValue,
CLRObject _modifierType)
Run On
ClientParameters
- _attributeInstanceId
- Type: int
The instance ID of an attribute.
- _modifierValue
- Type: boolean
A modifier value.
- _modifierType
- Type: CLRObject Class
A modifier type.
Community Additions
ADD
Show: