BindingList.AddNewCore Method
.NET Framework 2.0
Adds a new item to the end of the collection.
Namespace: System.ComponentModel
Assembly: System (in system.dll)
Assembly: System (in system.dll)
| Exception type | Condition |
|---|---|
| The new item is not the same type as the objects contained in the BindingList. |
The AddNewCore method adds a new item to the collection represented by the Items property. AddNewCore raises the AddingNew event. This allows you to add a new item by setting the NewObject property of the AddingNewEventArgs parameter to the new item. Otherwise, the new item is automatically created through its public default constructor.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.