DVTk API
OnRemove Method (index, value)
DVTkDvtk.IheActors.DicomDicomTriggerItemCollectionOnRemove(Int32, Object)
DVTk API

[This is preliminary documentation and is subject to change.]

Performs additional custom processes when removing an element from the collection instance.
Declaration Syntax
C#Visual BasicVisual C++
protected override void OnRemove(
	int index,
	Object value
)
Protected Overrides Sub OnRemove ( _
	index As Integer, _
	value As Object _
)
protected:
virtual void OnRemove(
	int index, 
	Object^ value
) override
Parameters
index (Int32)
The zero-based index at which value can be found.
value (Object)
The value of the element to remove from index.

Assembly: DvtkIheActors (Module: DvtkIheActors) Version: 0.0.0.0