Constable Authorization Engine 2.0 BETA

ICollectionUpdater.OnSetComplete Method 

[This is preliminary documentation and subject to change.]

Called by the associated collection after an element has been replaced.

[Visual Basic]
Sub OnSetComplete( _
   ByVal collection As CollectionBase, _
   ByVal index As Integer, _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
)
[C#]
void OnSetComplete(
   CollectionBase collection,
   int index,
   object oldValue,
   object newValue
);

Parameters

collection
index
oldValue
newValue

See Also

ICollectionUpdater Interface | LaMarvin.ComponentModel Namespace