[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.AxesCollection.OnSetComplete

OnSetComplete Method

OnSetComplete(int, object, object)

Performs additional custom processes after setting a value in the CollectionBase instance.

Declaration
protected override void OnSetComplete(int index, object oldValue, object newValue)
Parameters
Type Name Description
int index

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

object oldValue

The value to replace with newValue.

object newValue

The new value of the element at index.

Overrides