Click or drag to resize

CompositeMultiValueConverter Methods

The CompositeMultiValueConverter type exposes the following members.

Methods
  NameDescription
Public methodConvert
Converts source values to a value for the binding target. The data binding engine calls this method when it propagates the values from source bindings to the binding target.
Public methodConvertBack
Converts a binding target value to the source binding values.
Top
Extension Methods
  NameDescription
Public Extension MethodSafeCastT
Performs a cast from object to T, avoiding possible null violations if T is a value type.
(Defined by ObjectExtensions.)
Public Extension MethodTraceError
Traces an error for the specified converter.
(Defined by ValueConverterExtensions.)
Top
See Also