[This is preliminary documentation and subject to change.]
Implements the IChangeableCollection.IsRemoveAllowed member.
The default implementation always returns true.
IChangeableCollection.IsRemoveAllowed
Notes to Inheritors: The derived class should return true if the Remove or RemoveAt methods on the associated collection potentially succeed. The inheritor should return false if items cannot be removed from the associated collection.
CollectionUpdaterBase Class | LaMarvin.ComponentModel Namespace