Click or drag to resize
IObjectEventUpdateImplAfterAttrValueUpdate Method
This method is called after attributes of the object have been changed.

Namespace: PDTec.IceNet.Core.Model.Implementation
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
void AfterAttrValueUpdate(
	AttrValueUpdate[] aUpdates
)

Parameters

aUpdates
Type: PDTec.IceNet.Core.Model.ImplementationAttrValueUpdate
The updated attributes.
See Also