Delegate TargetConversion

GoDiagram®
v10.0.8
by Northwoods Software®

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.WinForms.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

See Also