Delegate SimpleConversion
- Namespace
- Northwoods.Go.Models
- Assembly
- Northwoods.GoDiagram.WinForms.dll
For Bindings: A side-effect-free delegate converting a value.
This delegate can be provided as either the converter or back converter of a Binding.
public delegate object SimpleConversion(object value)
Parameters
value
objectthe value from the source or target
Returns
- object
the value to set to a target or data property