Intersoft ClientUI Documentation
CurrentAddItem Property



Gets the item that is being added when an System.Windows.Data.PagedCollectionView.AddNew transaction is in progress.
Syntax
Public ReadOnly Property CurrentAddItem As Object
Dim instance As PagedCollectionView
Dim value As Object
 
value = instance.CurrentAddItem
public object CurrentAddItem {get;}
public:
property Object^ CurrentAddItem {
   Object^ get();
}

Property Value

The item that is being added if System.Windows.Data.PagedCollectionView.IsAddingNew is true; otherwise, null.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PagedCollectionView Class
PagedCollectionView Members

Send Feedback