Table of Contents

Constructor DataSourceTypeEditor

Namespace
Bonsai.Design
Assembly
Bonsai.Design.dll

DataSourceTypeEditor(DataSource)

Initializes a new instance of the DataSourceTypeEditor class using the specified data source.

protected DataSourceTypeEditor(DataSourceTypeEditor.DataSource source)

Parameters

source DataSourceTypeEditor.DataSource

Specifies the source of runtime notifications to the property editor.

DataSourceTypeEditor(DataSource, Type)

Initializes a new instance of the DataSourceTypeEditor class using the specified data source and target data type.

protected DataSourceTypeEditor(DataSourceTypeEditor.DataSource source, Type targetType)

Parameters

source DataSourceTypeEditor.DataSource

Specifies the source of runtime notifications to the property editor.

targetType Type

The type of values emitted by the data source.