Occurs when the attribute value of a business object in the collection changes.
Syntax
Event method(index As Long, AttribName As String, blsValid As Boolean)
Parameters
index |
Specifies the position of the Business Object in the Collection |
AttribName |
Specifies the attribute for which the value has changed |
blsValid |
TRUE if the attribute is valid, otherwise FALSE |
Remarks
This event is fired when the
BusinessCollection.SetAttribute method is executed successfully.