BindingSource.ICancelAddNew.CancelNew(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Discards a pending new item from the collection.
virtual void System.ComponentModel.ICancelAddNew.CancelNew(int position) = System::ComponentModel::ICancelAddNew::CancelNew;
void ICancelAddNew.CancelNew (int position);
abstract member System.ComponentModel.ICancelAddNew.CancelNew : int -> unit
override this.System.ComponentModel.ICancelAddNew.CancelNew : int -> unit
Sub CancelNew (position As Integer) Implements ICancelAddNew.CancelNew
Parameters
- position
- Int32
The index of the item that was added to the collection.
Implements
Remarks
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.
Applies to
See also
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.