[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.ControlCollection.OnRemove

OnRemove Method

OnRemove(int, object)

Performs additional custom processes when removing an element from the 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