IDictionaryNotify public interface IDictionaryNotify : INotifyPropertyChanging, INotifyPropertyChanged Documentation Code bool CanNotify { get; } bool ShouldNotify { get; } void ResumeNotifications() void SuppressNotifications() IDisposable SuppressNotificationsBlock()