Occurs after an element has been removed from the collection.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
protected override void OnRemoveComplete(
	int index,
	Object value
)
Visual Basic (Declaration)
Protected Overrides Sub OnRemoveComplete ( _
	index As Integer, _
	value As Object _
)
Visual C++
protected:
virtual void OnRemoveComplete(
	int index, 
	Object^ value
) override

Parameters

index
Type: System..::.Int32
value
Type: System..::.Object

See Also