OnRemove Method (OwnedFastList)
In This Topic
Called when an item is about to be removed.
Syntax
'Declaration
Protected Overridable Sub OnRemove( _
ByVal As Integer, _
ByVal As Object _
)
protected virtual void OnRemove(
int ,
object
)
Parameters
- index
- The item index.
- item
- The item.
See Also