Click or drag to resize
UpdateStateToLargeImageConverterConvertBack Method
Not implemented.

Namespace: Kjs.AppLife.Update.Wpf.Converters
Assembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
Syntax
public Object[] ConvertBack(
	Object value,
	Type[] targetTypes,
	Object parameter,
	CultureInfo culture
)

Parameters

value
Type: SystemObject
This parameter is not used.
targetTypes
Type: SystemType
This parameter is not used.
parameter
Type: SystemObject
This parameter is not used.
culture
Type: System.GlobalizationCultureInfo
This parameter is not used.

Return Value

Type: Object
DoNothing in all cases.

Implements

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