Click or drag to resize
IValueConverterConvertBack Method
Modifies the target data before passing it to the source object. This method is called only in TwoWay bindings.

Namespace: Windows.UI.Xaml.Data
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
Object ConvertBack(
	Object value,
	Type targetType,
	Object parameter,
	string language
)

Parameters

value
Type: SystemObject
The target data being passed to the source.
targetType
Type: SystemType
The type of the target property, as a type reference.
parameter
Type: SystemObject
An optional parameter to be used in the converter logic.
language
Type: SystemString
The language of the conversion

Return Value

Type: Object
The value to be passed to the source object.
See Also