TrackingBindingListTEntityEndNew Method
Commits a pending new item to the collection.
Namespace: EWSoftware.EntityFrameworkAssembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
public override void EndNew(
int itemIndex
)
Public Overrides Sub EndNew (
itemIndex As Integer
)
public:
virtual void EndNew(
int itemIndex
) override
abstract EndNew :
itemIndex : int -> unit
override EndNew :
itemIndex : int -> unit
- itemIndex Int32
- The index of the new item to be added.
ICancelAddNewEndNew(Int32)