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

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

Namespace: Tools.WindowsT.IndependentT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
protected virtual void OnRemovedFromCollection(
	ICollection Collection
)
Visual Basic
Protected Overridable Sub OnRemovedFromCollection ( _
	Collection As ICollection _
)
Visual C++
protected:
virtual void OnRemovedFromCollection(
	ICollection^ Collection
)
F#
abstract OnRemovedFromCollection : 
        Collection:ICollection -> unit 
override OnRemovedFromCollection : 
        Collection:ICollection -> unit 
JScript
protected function OnRemovedFromCollection(
	Collection : ICollection
)

Parameters

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

Implements

ICollectionNotifyItem..::..OnRemoved(ICollection)

See Also

Collapse/expand Version History

1.5.2

  • Method added