Delegate BackConversion

GoDiagram®
v10.0.8
by Northwoods Software®

For Bindings: A side-effect-free delegate converting property values back to data property values.

Namespace: Northwoods.Go.Models
Assembly: Northwoods.GoDiagram.WinForms.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

the Model<TNodeData, TNodeKey, TSharedData>

Returns
Type Description
object

the value to set to a data property

See Also