IHierarchicalDataSourceDesigner.SuppressDataSourceEvents Method

Definition

Turns off events in the data source control.

public:
 void SuppressDataSourceEvents();
public void SuppressDataSourceEvents ();
abstract member SuppressDataSourceEvents : unit -> unit
Public Sub SuppressDataSourceEvents ()

Remarks

You can restore events with the ResumeDataSourceEvents method.

Notes to Implementers

Typically, you would call the SuppressDataSourceEvents() method when opening a dialog box, such as with the Configure() method, or during a call to the RefreshSchema(Boolean) method, if building the schema requires multiple processes, any of which might create an exception. After processing is finished, call the ResumeDataSourceEvents() method.

Applies to

See also