TCrossSpectrumAnalyzer::OnUpdateSpectrum Property

__declspec(property(get = GetOnUpdateSpectrum, put = SetOnUpdateSpectrum)) tNotifyEvent OnUpdateSpectrum;

This event is called from the UpdateSpectrum routine. The event is called after the spectrum data is updated and before the chart is updated.

Read: tNotifyEvent GetOnUpdateSpectrum();
Write: void SetOnUpdateSpectrum(const tNotifyEvent &Value);
Declared in Dew::Signal::TCrossSpectrumAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler