Click or drag to resize

FileImportTableDataSourceBaseOnAfterDeserialization Method

Callback invoked after this instance has been deserialized.

Namespace: Altaxo.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void OnAfterDeserialization()

Implements

IAltaxoTableDataSourceOnAfterDeserialization
Remarks
Note: It is not necessary to call UpdateWatching here; UpdateWatching is called when the table connects to this data source via subscription to the DataSourceChanged event.
See Also