Table of Contents

Delegate TargetConversion

Namespace
Northwoods.Go.Models
Assembly
Northwoods.GoDiagram.WinForms.dll

For Bindings: A side-effect-free delegate converting the data property value to the value to set the target property.

public delegate object TargetConversion(object value, object target)

Parameters

value object

the value from the source

target object

the binding target object

Returns

object

the value to set to a target property

See Also