[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.Annotations.AnnotationCollection.OnInsertComplete

OnInsertComplete Method

OnInsertComplete(int, object)

Calls after inserting a new item into the CollectionBase instance.

Declaration
protected override void OnInsertComplete(int index, object value)
Parameters
Type Name Description
int index

The zero-based index at which to insert value.

object value

The new value of the item at index.

Overrides
Remarks

Performs additional custom processes after inserting a new item into the CollectionBase instance.