Constable Authorization Engine 2.0 BETA

ObjectCollectionBase.OnRemoveComplete Method 

[This is preliminary documentation and subject to change.]

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

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

See Also

ObjectCollectionBase Class | LaMarvin.Constable.Model Namespace