Constable Authorization Engine 2.0 BETA

ObjectCollectionBase.OnInsertComplete Method 

[This is preliminary documentation and subject to change.]

Calls the base class and dispatches the appropriate 'changed' event.

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

See Also

ObjectCollectionBase Class | LaMarvin.Constable.Model Namespace