TSignalFilterList::OnParameterUpdate Property

__declspec(property(get = GetOnParameterUpdate, put = SetOnParameterUpdate)) tNotifyEvent OnParameterUpdate;

The event is triggered when ParamUpdate method is called.

Read: tNotifyEvent GetOnParameterUpdate();
Write: void SetOnParameterUpdate(const tNotifyEvent &Value);
Remarks:

The ParamUpdate method is usually called by component editors when a value was changed by the user and the editor was "Live".

Declared in Dew::Signal::TAnalysisList · Dew.Signal/SignalTools.h · Cross-compiler