Discards a pending new item from the collection.

Namespace: Dapfor.Wpf.Data
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public void CancelNew(
	int itemIndex
)
Visual Basic
Public Sub CancelNew ( 
	itemIndex As Integer
)
Visual C++
public:
virtual void CancelNew(
	int itemIndex
) sealed
F#
abstract CancelNew : 
        itemIndex : int -> unit 
override CancelNew : 
        itemIndex : int -> unit 

Parameters

itemIndex
Type: System..::..Int32
The index of the item that was previously added to the collection.

Implements

ICancelAddNew..::..CancelNew(Int32)

See Also