DataValueCollectionOnRemoveComplete Method

Performs additional custom processes after removing a DataValue from the collection.

Definition

Namespace: BeeMobile.Charts
Assembly: BeeMobile.Charts.NET48 (in BeeMobile.Charts.NET48.dll) Version: 4.8.0.3
C#
protected override void OnRemoveComplete(
	int index,
	Object value
)

Parameters

index  Int32
The zero-based index at which value can be found.
value  Object
The value of the DataValue to remove from index.

See Also