It is preferable to use PropertyChanged to address this issue. Replacing items triggers the CollectionChange event and may cause container recycling or state loss. The interface fails to update when the property does not raise change notifications.
It is preferable to use PropertyChanged to address this issue. Replacing items triggers the CollectionChange event and may cause container recycling or state loss. The interface fails to update when the property does not raise change notifications.
Share with