FastBindingListTEndNew(Int32) Method
Commits a pending new item added by the
AddNew method.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public virtual void EndNew(
int itemIndex
)
Public Overridable Sub EndNew (
itemIndex As Integer
)
public:
virtual void EndNew(
int itemIndex
)
abstract EndNew :
itemIndex : int -> unit
override EndNew :
itemIndex : int -> unit
- itemIndex Int32
- The index of the item that was previously added to the collection.
ICancelAddNewEndNew(Int32)