[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Chart.SpreadChartCollection.OnRemove

OnRemove Method

OnRemove(int, object)

Performs additional custom processes when removing an element from the CollectionBase instance.

Declaration
protected override void OnRemove(int index, object value)
Protected Overrides Sub OnRemove(index As Integer, value As Object)
Parameters
Type Name Description
int index

The zero-based index at which value can be found.

object value

The value of the element to remove from index.

Overrides