ItemCollection.IEditableCollectionView.CanCancelEdit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the collection view can discard pending changes and restore the original values of an edited object.
property bool System::ComponentModel::IEditableCollectionView::CanCancelEdit { bool get(); };
bool System.ComponentModel.IEditableCollectionView.CanCancelEdit { get; }
member this.System.ComponentModel.IEditableCollectionView.CanCancelEdit : bool
ReadOnly Property CanCancelEdit As Boolean Implements IEditableCollectionView.CanCancelEdit
Property Value
true
if the collection view can discard pending changes and restore the original values of an edited object; otherwise, false
.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the ItemCollection instance is cast to an IEditableCollectionView interface.