Wimark.Controls Class Library  

ItemCollectionBase.ItemRemoved Event

Occurs whenever an item is removed from this collection.

[Visual Basic]
Public Event ItemRemoved As ItemCollectionEventHandler 
[C#]
public event ItemCollectionEventHandler ItemRemoved;
[C++]
public: __event ItemCollectionEventHandler* ItemRemoved;

Event Data

The event handler receives an argument of type ItemCollectionEventArgs containing data related to this event. The following ItemCollectionEventArgs property provides information specific to this event.

Property Description
Item Gets the item that is inserted or removed.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

ItemCollectionBase Class | ItemCollectionBase Members | Wimark.Controls Namespace