__declspec(property(get = GetOnPeaksUpdate, put = SetOnPeaksUpdate)) tNotifyEvent OnPeaksUpdate;
If assigned, this event will be called instead of a call to Peaks.Update method.
Read:
tNotifyEvent GetOnPeaksUpdate();Write:
void SetOnPeaksUpdate(const tNotifyEvent &Value);Declared in Dew::Signal::TStaticSpectrumAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler