Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface System.​ComponentModel.​ICancelAddNew

Assembly: System.ComponentModel.TypeConverter

Adds transactional capability when adding a new item to a collection.

Methods

void
CancelNew​(int itemIndex)
Discards a pending new item from the collection.
itemIndex The index of the item that was previously added to the collection.
void
EndNew​(int itemIndex)
Commits a pending new item to the collection.
itemIndex The index of the item that was previously added to the collection.