ImportTriggerSource Enumeration |
Designates the cause of a re-read of the data source.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public enum ImportTriggerSource
Members Member name | Value | Description |
---|
Manual | 0 |
The user triggers a reread of the data source.
|
FirstUse | 1 |
The data source is reread if the associated table is used for the first time.
|
DataSourceChanged | 2 |
The data source is reread every time the data source has changed. This includes the first use of the associated table.
|
See Also