[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.Annotations.AnnotationCollection.OnRemoveComplete

OnRemoveComplete Method

OnRemoveComplete(int, object)

Calls after removing a new item into the CollectionBase instance.

Declaration
protected override void OnRemoveComplete(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 item to remove from index.

Overrides
Remarks

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