Commits a pending new item to the collection.
Namespace: Dapfor.Wpf.DataAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# |
|---|
public void EndNew(
int itemIndex
) |
| Visual Basic |
|---|
Public Sub EndNew (
itemIndex As Integer
) |
| Visual C++ |
|---|
public:
virtual void EndNew(
int itemIndex
) sealed |
| F# |
|---|
abstract EndNew :
itemIndex : int -> unit
override EndNew :
itemIndex : int -> unit |
Parameters
- itemIndex
- Type: System..::..Int32
The index of the item that was previously added to the collection.
Implements
ICancelAddNew..::..EndNew(Int32)
See Also