DataSourceDesigner.SuppressingDataSourceEvents Свойство

Определение

Получает значение, показывающее, происходит ли событие DataSourceChanged или метод RefreshSchema(Boolean).

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

Значение свойства

Значение true, если события подавляются; в противном случае — значение false.

Комментарии

Свойство SuppressingDataSourceEvents можно задать путем вызова SuppressDataSourceEvents метода или RefreshSchema с аргументом true.

Применяется к

См. также раздел