IValueConverter.ConvertBack Method
Silverlight
Modifies the target data before passing it to the source object. This method is called only in TwoWay bindings.
Namespace: System.Windows.Data
Assembly: System.Windows (in System.Windows.dll)
Parameters
- value
- Type: System.Object
The target data being passed to the source.
- targetType
- Type: System.Type
The Type of data expected by the source object.
- parameter
- Type: System.Object
An optional parameter to be used in the converter logic.
- culture
- Type: System.Globalization.CultureInfo
The culture of the conversion.
If UnsetValue is returned, the source object is not updated.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.