Kanzi 3.9.10
PluginPropertyValueEditorContext Interface Reference

ViewModel of the editor. More...

Inheritance diagram for PluginPropertyValueEditorContext:
[legend]

Public Member Functions

void HandleValueChange (object value)
 Handles the change of the value of a property when Kanzi Studio changes the value.
 

Detailed Description

ViewModel of the editor.

The instance of this class is set to the editor DataContext property.

Member Function Documentation

◆ HandleValueChange()

void HandleValueChange ( object value)

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.

Parameters
valueCurrent value of the property.

Implemented in BasePluginEditorViewModel.