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