BindingList<T>::RaiseListChangedEvents Property
.NET Framework (current version)
Gets or sets a value indicating whether adding or removing items within the list raises ListChanged events.
Assembly: System (in System.dll)
Property Value
Type: System::Booleantrue if adding or removing items raises ListChanged events; otherwise, false. The default is true.
Set the RaiseListChangedEvents property to false if you wish to suppress ListChanged events from occurring on the list.
The following code example demonstrates how use the RaiseListChangedEvents method. For the complete example, see the BindingList<T> class overview topic.
.NET Framework
Available since 2.0
Available since 2.0
Show: