Constable Authorization Engine 2.0 BETA

ChangeableCollectionBase.OnSetComplete Method 

[This is preliminary documentation and subject to change.]

Calls the OnSetComplete method implementation of the associated Updater object.

[Visual Basic]
Overrides Protected Sub OnSetComplete( _
   ByVal index As Integer, _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
)
[C#]
protected override void OnSetComplete(
   int index,
   object oldValue,
   object newValue
);

Parameters

index
The index of the item which was replaced.
oldValue
The item that was replaced by the value of the newValue argument.
newValue
The new value of the item.

Remarks

For more information, see the System.Collections.CollectionBase.OnSetComplete help topic.

See Also

ChangeableCollectionBase Class | LaMarvin.ComponentModel Namespace