MapConverter.ConvertBack Method

DevZest WPF Docking

MapConverterConvertBack Method
Converts target value to source value.

Namespace: DevZest.Windows
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public Object ConvertBack(
	Object value,
	Type targetType,
	Object parameter,
	CultureInfo culture
)
Public Function ConvertBack ( 
	value As Object,
	targetType As Type,
	parameter As Object,
	culture As CultureInfo
) As Object

Parameters

value
Type: SystemObject
The target value to be compared with To.
targetType
Type: SystemType
This parameter is not used.
parameter
Type: SystemObject
This parameter is not used.
culture
Type: System.GlobalizationCultureInfo

Return Value

Type: Object
The value of From if target value equals To; otherwise returns UnsetValue or original value depends on FallbackBehavior.

Implements

IValueConverterConvertBack(Object, Type, Object, CultureInfo)
See Also