OnRemoveComplete Method (OwnedFastList)
In This Topic
Called after an item has been removed.
Syntax
'Declaration
Protected Overrides Sub OnRemoveComplete( _
ByVal As Integer, _
ByVal As Object _
)
protected override void OnRemoveComplete(
int ,
object
)
Parameters
- index
- The item index.
- value
- The item.
See Also