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

Called after item is removed from collection (or after collection was cleared)

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
void OnRemoved(
	ICollection Collection
)
Visual Basic
Sub OnRemoved ( _
	Collection As ICollection _
)
Visual C++
void OnRemoved(
	ICollection^ Collection
)
F#
abstract OnRemoved : 
        Collection:ICollection -> unit 
JScript
function OnRemoved(
	Collection : ICollection
)

Parameters

Collection
Type: System.Collections..::..ICollection
Collection item was removed from

See Also