ViewModel of the editor. More...
Public Member Functions | |
void | HandleValueChange (object value) |
Handles the change of the value of a property when Kanzi Studio changes the value. | |
ViewModel of the editor.
The instance of this class is set to the editor DataContext property.
Handles the change of the value of a property when Kanzi Studio changes the value.
Kanzi Studio calls this method when the value of a property changes. Kanzi Studio calls it also when the user changes the value using the editor.
value | Current value of the property. |
Implemented in BasePluginEditorViewModel.