public virtual void EndNew(
int itemIndex
)Public Overridable Sub EndNew (
itemIndex As Integer
)public:
virtual void EndNew(
int itemIndex
)abstract EndNew :
itemIndex : int -> unit
override EndNew :
itemIndex : int -> unit If the underlying list implements ICancelAddNew, then the underlying implementation is called; otherwise, commits the last pending new item added by the AddNew method.