Constable Authorization Engine 2.0 BETA

ICollectionUpdater.OnInsertComplete Method 

[This is preliminary documentation and subject to change.]

Called by the associated collection after the object has been added to the associated collection.

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

Parameters

collection
index
value

Return Value

See Also

ICollectionUpdater Interface | LaMarvin.ComponentModel Namespace