TBiSpectrumAnalyzer::OnUpdateSpectrum Property

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

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::TBiSpectrumAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler