Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Implement this interface in your task if you want the method editor to notify it of changed properties. More...
Public Member Functions | |
void | PropertyEdited (string propName, object propValue) |
This will be called as soon as a property was changed in the method editor. | |
Implement this interface in your task if you want the method editor to notify it of changed properties.
Please keep in mind that the new value may be an arbitrary string, perhaps containing TOKENS%. For the reverse, just use INotifyPropertyChanged. This interface is not in the MethodEditor namespace for historical reasons.
Definition at line 549 of file TaskInterfaces.cs.
void AxelSemrau.Chronos.Plugin.IWantEditorUpdates.PropertyEdited | ( | string | propName, |
object | propValue ) |
This will be called as soon as a property was changed in the method editor.
propName | |
propValue |
Implemented in MockPlugin.Tasks.BrewFrappuccino, MockPlugin.Tasks.MockDynamicPropsDependingOnDevice, and MockPlugin.Tasks.MockDynamicPropsDependingOnDevice.