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