OnRemoveComplete Method (Chart3DColorsCollection)
In This Topic
Performs additional custom processes after removing an element from the
System.Collections.CollectionBase instance.
Syntax
'Declaration
Protected Overrides Sub OnRemoveComplete( _
ByVal As Integer, _
ByVal As Object _
)
protected override void OnRemoveComplete(
int ,
object
)
Parameters
- index
- value
See Also