System.ComponentModel.BindingList<T>.RaiseListChangedEvents Property

Gets or sets a value indicating whether adding or removing items within the list raises BindingList`1.ListChanged events.

Syntax

public bool RaiseListChangedEvents { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Set the BindingList`1.RaiseListChangedEvents property to false if you wish to suppress BindingList`1.ListChanged events from occurring on the list.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0