BindingSource::ICancelAddNew::CancelNew Method (Int32)
.NET Framework (current version)
Discards a pending new item from 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::CancelNew(Int32)The ICancelAddNew::CancelNew method rolls back 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: