System.Windows.Forms.BindingSource.RaiseListChangedEvents Property

Gets or sets a value indicating whether BindingSource.ListChanged events should be raised.

Syntax

[System.ComponentModel.DefaultValue(true)]
[System.ComponentModel.Browsable(false)]
public bool RaiseListChangedEvents { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When the BindingSource.RaiseListChangedEvents property is false, it suspends the raising of BindingSource.ListChanged events. This event indicates that the bound list has been modified in some way, including adding, deleting, inserting, or modifying items.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0