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