Note
If the ObservableBindingListT is initialized by its default constructor, then the element lookup has O(1) cost.
public virtual bool RaiseItemChangedEvents { get; set; }
Public Overridable Property RaiseItemChangedEvents As Boolean
Get
Set
public:
virtual property bool RaiseItemChangedEvents {
bool get ();
void set (bool value);
}
abstract RaiseItemChangedEvents : bool with get, set
override RaiseItemChangedEvents : bool with get, set
Setting this property to can result in better performance if the underlying list has a poor lookup performance.
This property returns always if T does not implement the INotifyPropertyChanged interface.
ListChanged is invoked only if RaiseListChangedEvents is ; and CollectionChanged is raised only if RaiseCollectionChangedEvents is .