[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.AxesCollection.OnRemove

OnRemove Method

OnRemove(int, object)

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

Declaration
protected override void OnRemove(int index, object value)
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