Tracking Binding ListTEntityCancel New Method
Discards a pending new item.
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 CancelNew(
int itemIndex
)VB
Public Overrides Sub CancelNew (
itemIndex As Integer
)C++
public:
virtual void CancelNew(
int itemIndex
) overrideF#
abstract CancelNew :
itemIndex : int -> unit
override CancelNew :
itemIndex : int -> unit Parameters
- itemIndex Int32
- The index of the of the new item to be added.