[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.LegendItemsCollection.OnInsert

OnInsert Method

OnInsert(int, object)

Performs additional custom processes before inserting a new item into the collection instance.

Declaration
protected override void OnInsert(int index, object item)
Parameters
Type Name Description
int index

The zero-based index at which to insert value.

object item

The new value of the item at

index
.
Overrides