Wimark.Controls Class Library  

ItemCollectionBase.ItemAdded Event

Occurs whenever a new item is inserted into this collection.

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

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