Wealth-Lab Framework
Search Framework:
IParameterized
Namespace: WealthLab.Core
Parent:
Parent:
The IParameterized interface is implemented by objects that contain Parameters that can be changed in a parameter editor. It provides a hook that allows the object to respond when one of its Parameters is edited and to interact with the parameter editor.
Methods
ParameterEdited
void ParameterEdited(IParameterEditor editor);
Called when a Parameter belonging to the object is edited. The editor parameter provides an instance of the IParameterEditor interface, allowing the object to interact with the parameter editor in response to the change.