Tracking Binding ListTEntityEnd New Method
Commits a pending new item to the collection.
Definition
Namespace: EWSoftware.EntityFramework
Assembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
Assembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
C#
public override void EndNew(
int itemIndex
)VB
Public Overrides Sub EndNew (
itemIndex As Integer
)C++
public:
virtual void EndNew(
int itemIndex
) overrideF#
abstract EndNew :
itemIndex : int -> unit
override EndNew :
itemIndex : int -> unit Parameters
- itemIndex Int32
- The index of the new item to be added.