Click or drag to resize

ImportTriggerSource Enumeration

Designates the cause of a re-read of the data source.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public enum ImportTriggerSource
Members
Member nameValueDescription
Manual0 The user triggers a reread of the data source.
FirstUse1 The data source is reread if the associated table is used for the first time.
DataSourceChanged2 The data source is reread every time the data source has changed. This includes the first use of the associated table.
See Also