| Constable Authorization Engine 2.0 BETA |
|
ChangeableCollectionBase.OnRemoveComplete Method
[This is preliminary documentation and subject to change.]
Calls the OnRemoveComplete method implementation of the associated Updater object.
[Visual Basic]
Overrides Protected Sub OnRemoveComplete( _
ByVal
index As
Integer, _
ByVal
value As
Object _
)
[C#]
protected override
void OnRemoveComplete(
int index,
object value);
Parameters
-
index
- The index of the item removed from the collection.
-
value
- The item removed from the collection.
Remarks
For more information, see the System.Collections.CollectionBase.OnRemoveComplete help topic.
See Also
ChangeableCollectionBase Class | LaMarvin.ComponentModel Namespace