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: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
void AfterAttrValueUpdate(
	AttrValueUpdate[] aUpdates
)

Parameters

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