SortableBindingListTEndNew(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 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 item that was previously added to the collection.
ICancelAddNewEndNew(Int32)