__declspec(property(get = GetOnBeforeUpdate, put = SetOnBeforeUpdate)) tNotifyEvent OnBeforeUpdate;
The event is triggered just before the call to the Update method.
Read:
tNotifyEvent GetOnBeforeUpdate();Write:
void SetOnBeforeUpdate(const tNotifyEvent &Value);Declared in Dew::Signal::TAnalysisList · Dew.Signal/SignalTools.h · Cross-compiler