HierarchicalDataBoundControlDesigner.DisconnectFromDataSource Method

Definition

Performs the actions that are necessary to disconnect from the current data source.

protected:
 override void DisconnectFromDataSource();
protected override void DisconnectFromDataSource ();
override this.DisconnectFromDataSource : unit -> unit
Protected Overrides Sub DisconnectFromDataSource ()

Remarks

The DisconnectFromDataSource method disconnects the DataSourceChanged and SchemaRefreshed events from the current data source.

Applies to

See also