Constable Authorization Engine 2.0 BETA

ICollectionUpdater.OnSet Method 

[This is preliminary documentation and subject to change.]

Called by the associated collection when an element is being replaced.

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

Parameters

collection
index
oldValue
newValue

See Also

ICollectionUpdater Interface | LaMarvin.ComponentModel Namespace