Constable Authorization Engine 2.0 BETA

ICollectionUpdater.OnInsert Method 

[This is preliminary documentation and subject to change.]

Called by the associated collection as part of Add/Insert method. The implementation should carry out any validations neccessary when inserting a new element into the collection.

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

Parameters

collection
index
value

Return Value

See Also

ICollectionUpdater Interface | LaMarvin.ComponentModel Namespace