TDSPTeeItem::OnInputUpdated Property

__declspec(property(get = GetOnInputUpdated, put = SetOnInputUpdated)) tNotifyEvent OnInputUpdated;

The event will be called when the Input is Updated.

Read: tNotifyEvent GetOnInputUpdated();
Write: void SetOnInputUpdated(const tNotifyEvent &Value);
Declared in Dew::Signal::TMtxConnectItem · Dew.Signal/SignalTools.h · Cross-compiler