Delegate BackConversion
For Bindings: A side-effect-free delegate converting property values back to data property values.
Namespace: Northwoods.Go.Models
Assembly: Northwoods.GoDiagram.Avalonia.dll
Syntax
public delegate object BackConversion(object value, object source, IModel model)
Parameters
Type | Name | Description |
---|---|---|
object | value | the value from the target |
object | source | the source Data object |
IModel | model |
Returns
Type | Description |
---|---|
object | the value to set to a data property |