Click or drag to resize

CompositeMultiValueConverterConvertBack Method

Converts a binding target value to the source binding values.

Namespace:  TomsToolbox.Wpf.Converters
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public Object[] ConvertBack(
	Object? value,
	Type[]? targetTypes,
	Object? parameter,
	CultureInfo? culture
)

Parameters

value
Type: SystemObject
The value that the binding target produces.
targetTypes
Type: SystemType
The array of types to convert to. The array length indicates the number and types of values that are suggested for the method to return.
parameter
Type: SystemObject
The converter parameter to use.
culture
Type: System.GlobalizationCultureInfo
The culture to use in the converter.

Return Value

Type: Object
An array of values that have been converted from the target value back to the source values.

Implements

IMultiValueConverterConvertBack(Object, Type, Object, CultureInfo)
Exceptions
ExceptionCondition
InvalidOperationException
See Also