Constable Authorization Engine 2.0 BETA

ChangeableCollectionBase.OnInsertComplete Method 

[This is preliminary documentation and subject to change.]

Calls the OnInsertComplete method implementation of the associated Updater object.

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

Parameters

index
The index of the item that was inserted into the collection.
value
The item that was inserted into the collection.

Remarks

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

See Also

ChangeableCollectionBase Class | LaMarvin.ComponentModel Namespace