'Declaration Public ReadOnly Property NonSpecificNotificationBehaviorResolved As NonSpecificNotificationBehavior
public NonSpecificNotificationBehavior NonSpecificNotificationBehaviorResolved {get;}
Note: non-specific notifications can be received in one of 2 ways. The first is if the parent list implements System.ComponentModel.IBindingList and raises a ListChanged event with a System.ComponentModel.ListChangedType of 'ItemChanged' and a null PropertyDescriptor. The second way is if the data item implements System.ComponentModel.INotifyPropertyChanged and raises a PropertyChanged event with a null or empty 'PropertyName'.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2