Table of Contents

Interface IMultiValueConverter

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Interface for MultiValueConverter object - used by MultiBinding to convert and combine source values to target values and to convert and split target values to source values.

public interface IMultiValueConverter

Methods

Convert(object[], Type, object, CultureInfo)

Convert a value. Called when moving values from sources to target.

ConvertBack(object, Type[], object, CultureInfo)

Convert back a value. Called when moving a value from target to sources. This should implement the inverse of Convert.