BindingSource::RaiseListChangedEvents Property
.NET Framework (current version)
Gets or sets a value indicating whether ListChanged events should be raised.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property bool RaiseListChangedEvents { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if ListChanged events should be raised; otherwise, false. The default is true.
When the RaiseListChangedEvents property is false, it suspends the raising of ListChanged events. This event indicates that the bound list has been modified in some way, including adding, deleting, inserting, or modifying items.
.NET Framework
Available since 2.0
Available since 2.0
Show: