Intersoft ClientUI Documentation
CancelEdit Method (PagedCollectionView)



Ends the edit transaction and, if it is possible, restores the original value of the item.
Syntax
Public Sub CancelEdit() 
Dim instance As PagedCollectionView
 
instance.CancelEdit()
public void CancelEdit()
public:
void CancelEdit(); 
Exceptions
ExceptionDescription
System.InvalidOperationExceptionSystem.Windows.Data.PagedCollectionView.CanCancelEdit is false.-or-System.Windows.Data.PagedCollectionView.IsAddingNew is true.
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