[This is preliminary documentation and subject to change.]
Implements the IChangeableCollection.IsInsertAllowed member.
The default implementation always returns true.
IChangeableCollection.IsInsertAllowed
Notes to Inheritors: The derived class should return true if the Insert or Add operation on the associated collection potentially succeeds. The inheritor should return false if items cannot be added to the associated collection.
CollectionUpdaterBase Class | LaMarvin.ComponentModel Namespace