__declspec(property(get = GetOnDisplayUpdate, put = SetOnDisplayUpdate)) tNotifyEvent OnDisplayUpdate;
The event is triggered after the OnAfterUpdate event. Use this event to update any associated charts or graphs or result tables.
Read:
tNotifyEvent GetOnDisplayUpdate();Write:
void SetOnDisplayUpdate(const tNotifyEvent &Value);Remarks:
The event will be triggered only, if UpdateEditors property is True.
Declared in Dew::Signal::TAnalysis · Dew.Signal/SignalTools.h · Cross-compiler