TSignalCollection::OnInputUpdated Property

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

Event to be called when any component pointed to by a collection item, recieves a recalculation request.

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