Tracking Binding ListTEntityAdd New Core Method
Adds a new item to the end of the collection.
Definition
Namespace: EWSoftware.EntityFramework
Assembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
The item that was added to the collection.
Assembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
C#
protected override Object AddNewCore()VB
Protected Overrides Function AddNewCore As ObjectC++
protected:
virtual Object^ AddNewCore() overrideF#
abstract AddNewCore : unit -> Object
override AddNewCore : unit -> Object Return Value
ObjectThe item that was added to the collection.
Exceptions
| InvalidCastException | The new item is not the same type as the objects contained in the BindingListT. |