DataSourceProviderService.NotifyDataSourceComponentAdded(Object) Method

Definition

When overridden in a derived class, notifies the service that a component representing a data source was added to the design surface.

public:
 abstract void NotifyDataSourceComponentAdded(System::Object ^ dsc);
public abstract void NotifyDataSourceComponentAdded (object dsc);
abstract member NotifyDataSourceComponentAdded : obj -> unit
Public MustOverride Sub NotifyDataSourceComponentAdded (dsc As Object)

Parameters

dsc
Object

The data source component.

Applies to