Constable Authorization Engine 2.0 BETA

ObjectCollectionBase.OnRemove Method 

[This is preliminary documentation and subject to change.]

Dispatches an appropriate 'changing' event and calls the base class.

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

See Also

ObjectCollectionBase Class | LaMarvin.Constable.Model Namespace