MobileForms Toolkit Documentation

SeriesCollection.OnRemoveComplete Method 

Performs additional custom process after removing an element from the SeriesCollection instance.

protected override void OnRemoveComplete(
int index,
object value
);

Parameters

index
Zero-based index of the removed Series object.
value
Series object which was removed.

See Also

SeriesCollection Class | Resco.Controls.CompactChart Namespace