TSignalStoreBuffer::OnParameterUpdate Property

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

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

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