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