Constructor DataSourceTypeEditor
DataSourceTypeEditor(DataSource)
Initializes a new instance of the DataSourceTypeEditor class using the specified data source.
protected DataSourceTypeEditor(DataSourceTypeEditor.DataSource source)
Parameters
source
DataSourceTypeEditor.DataSourceSpecifies 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.DataSourceSpecifies the source of runtime notifications to the property editor.
targetType
TypeThe type of values emitted by the data source.