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