BindingSource::ICancelAddNew::EndNew Method (Int32)
.NET Framework (current version)
Commits a pending new item to the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- position
-
Type:
System::Int32
The index of the item that was added to the collection.
Implements
ICancelAddNew::EndNew(Int32)The ICancelAddNew::EndNew method commits a pending addition of an item previously added to the collection at the index specified by position. The position parameter is necessary because several new items can be simultaneously pending.
.NET Framework
Available since 2.0
Available since 2.0
Show: