__declspec(property(get = GetOnBeforeSpectrumType, put = SetOnBeforeSpectrumType)) tNotifyEvent OnBeforeSpectrumType;
Event triggered just before spectrum type is aplied, but after averaging in the complex domain.
Read:
tNotifyEvent GetOnBeforeSpectrumType();Write:
void SetOnBeforeSpectrumType(const tNotifyEvent &Value);Declared in Dew::Signal::TSpectrumAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler