[This is preliminary documentation and is subject to change.]
Performs additional custom processes when removing an element from the collection instance.
| C# | Visual Basic | Visual C++ |
protected override void OnRemove( int index, Object value )
Protected Overrides Sub OnRemove ( _ index As Integer, _ value As Object _ )
protected: virtual void OnRemove( int index, Object^ value ) override
- index (Int32)
- The zero-based index at which value can be found.
- value (Object)
- The value of the element to remove from index.