Converts a value when the value is transferred from target to binding source.
Namespace:
C1.Silverlight.ChartAssembly: C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)
Syntax
C# |
---|
public Object ConvertBack( Object value, Type targetType, Object parameter, CultureInfo culture ) |
Visual Basic |
---|
Public Function ConvertBack ( _ value As Object, _ targetType As Type, _ parameter As Object, _ culture As CultureInfo _ ) As Object |
Parameters
- value
- Type: System..::..Object
- targetType
- Type: System..::..Type
- parameter
- Type: System..::..Object
- culture
- Type: System.Globalization..::..CultureInfo