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