DataSourceDesigner.SuppressingDataSourceEvents Propiedad

Definición

Obtiene un valor que indica si se produce el evento DataSourceChanged o el método RefreshSchema(Boolean).

protected:
 property bool SuppressingDataSourceEvents { bool get(); };
protected bool SuppressingDataSourceEvents { get; }
member this.SuppressingDataSourceEvents : bool
Protected ReadOnly Property SuppressingDataSourceEvents As Boolean

Valor de propiedad

true si se suprimen eventos; en caso contrario, false.

Comentarios

La SuppressingDataSourceEvents propiedad se puede establecer llamando al SuppressDataSourceEvents método o RefreshSchema con un argumento de true.

Se aplica a

Consulte también