TSignalInterpolator::OnAfterUpdate Property

__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::TAnalysis · Dew.Signal/SignalTools.h · Cross-compiler