Constable Authorization Engine 2.0 BETA

ChangeableCollectionBase.OnInsert Method 

[This is preliminary documentation and subject to change.]

Calls the OnInsert method implementation of the associated Updater object.

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

Parameters

index
The index of the item being inserted.
value
The item being inserted.

Remarks

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

See Also

ChangeableCollectionBase Class | LaMarvin.ComponentModel Namespace