BaseDataBoundControlDesigner.CreateDataSource Method

Definition

When overridden in a derived class, creates a new data source for the associated BaseDataBoundControl object.

protected:
 abstract void CreateDataSource();
protected abstract void CreateDataSource ();
abstract member CreateDataSource : unit -> unit
Protected MustOverride Sub CreateDataSource ()

Examples

For an example of a CreateDataSource override that displays a dialog that can be used to create a data source for the associated control, see CreateDataSource.

Notes to Implementers

Override the CreateDataSource() method to provide a means of creating a DataSource control for the associated BaseDataBoundControl object at design time.

Applies to

See also