Gets the item that is being added when an System.Windows.Data.PagedCollectionView.AddNew() transaction is in progress.
Syntax
'Declaration
Public Overridable ReadOnly Property CurrentAddItem As Object
public virtual object CurrentAddItem {get;}
See Also