BindingSource.RaiseListChangedEvents Propiedad

Definición

Obtiene o establece un valor que indica si deben producirse eventos ListChanged.

public:
 property bool RaiseListChangedEvents { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public bool RaiseListChangedEvents { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.RaiseListChangedEvents : bool with get, set
Public Property RaiseListChangedEvents As Boolean

Valor de propiedad

true si deben provocarse eventos ListChanged; en caso contrario, devuelve false. De manera predeterminada, es true.

Atributos

Comentarios

Cuando la RaiseListChangedEvents propiedad es false, suspende la generación de ListChanged eventos. Este evento indica que la lista enlazada se ha modificado de alguna manera, como agregar, eliminar, insertar o modificar elementos.

Se aplica a

Consulte también