Performs additional custom processes after removing an image from the collection instance.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.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