IDictionaryNotify public interface IDictionaryNotify : INotifyPropertyChanging, INotifyPropertyChanged Contract for managing Dictionary adapter notifications. Documentation bool CanNotify { get; } bool PropagateChildNotifications { get; set; } bool ShouldNotify { get; } void ResumeNotifications() void SuppressNotifications() IDisposable SuppressNotificationsBlock()