Click or drag to resize

ImageCollection.OnRemoveComplete Method

Performs additional custom processes after removing an element from the CollectionBase instance.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
protected override void OnRemoveComplete(
	int index,
	Object value
)

Parameters

index
Type: System.Int32
The zero-based index at which value can be found.
value
Type: System.Object
The value of the element to remove from index.
See Also