Intersoft ClientUI Documentation
AddNew Method (PagedCollectionView)



Adds a new item to the underlying collection.
Syntax
Public Overridable Function AddNew() As Object
Dim instance As PagedCollectionView
Dim value As Object
 
value = instance.AddNew()
public virtual object AddNew()
public:
virtual Object^ AddNew(); 

Return Value

The new item that is being added.
Exceptions
ExceptionDescription
System.InvalidOperationExceptionSystem.Windows.Data.PagedCollectionView.CanAddNew is false.
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