GoDiagram is currently in beta -- See here for details,
or contact us if you have questions or feedback.
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: GoWinForms.dll
Syntax
public delegate object TargetConversion(object value, object target);
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | the value from the source |
System.Object | target | the binding target object |
Returns
Type | Description |
---|---|
System.Object | the value to set to a target property |