TStatsBuffer::OnNotifyUpdate Property

__declspec(property(get = GetOnNotifyUpdate, put = SetOnNotifyUpdate)) tNotifyEvent OnNotifyUpdate;

The event is called after a call to InternalUpdate, OnAfterUpdate and OnDisplayUpdate from within the Update method.

Read: tNotifyEvent GetOnNotifyUpdate();
Write: void SetOnNotifyUpdate(const tNotifyEvent &Value);
Declared in Dew::Signal::TAnalysis · Dew.Signal/SignalTools.h · Cross-compiler