Constable Authorization Engine 2.0 BETA

ChangeableCollectionBase.OnRemove Method 

[This is preliminary documentation and subject to change.]

Calls the OnRemove method implementation of the associated Updater object.

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

Parameters

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

Remarks

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

See Also

ChangeableCollectionBase Class | LaMarvin.ComponentModel Namespace