OnRemove Method (FieldCollection)
Called when an item is about to be removed.
protected virtual void OnRemove(
int ,
object
)
'Declaration
Protected Overridable Sub OnRemove( _
ByVal As Integer, _
ByVal As Object _
)
Parameters
- index
- The item index.
- value
- The item.