ScrollingItemWidthToHeightMultiConverterConvertBack - метод
Converts a binding target value to the source binding values.
Пространство имён: Tessa.UI.Controls.ScrollingСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.5
public Object[] ConvertBack(
Object value,
Type[] targetTypes,
Object parameter,
CultureInfo culture
)
Public Function ConvertBack (
value As Object,
targetTypes As Type(),
parameter As Object,
culture As CultureInfo
) As Object()
public:
virtual array<Object^>^ ConvertBack(
Object^ value,
array<Type^>^ targetTypes,
Object^ parameter,
CultureInfo^ culture
) sealed
abstract ConvertBack :
value : Object *
targetTypes : Type[] *
parameter : Object *
culture : CultureInfo -> Object[]
override ConvertBack :
value : Object *
targetTypes : Type[] *
parameter : Object *
culture : CultureInfo -> Object[]
- value Object
- The value that the binding target produces.
- targetTypes Type
- 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 Object
- The converter parameter to use.
- culture CultureInfo
- The culture to use in the converter.
ObjectAn array of values that have been converted from the target value back to the source values.
IMultiValueConverterConvertBack(Object, Type, Object, CultureInfo)