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