OnRemove Method (EventCollection)
Called when an item is about to be removed. Fires the
Changing event.
protected override void OnRemove(
int ,
object
)
'Declaration
Protected Overrides Sub OnRemove( _
ByVal As Integer, _
ByVal As Object _
)
Parameters
- index
- The item index.
- value
- The item.