Conversion back to assignment content is not supported.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public Object[] ConvertBack(
	Object value,
	Type[] targetTypes,
	Object parameter,
	CultureInfo culture
)
Visual Basic (Declaration)
Public Function ConvertBack ( _
	value As Object, _
	targetTypes As Type(), _
	parameter As Object, _
	culture As CultureInfo _
) As Object()

Parameters

value
Type: System..::.Object
targetTypes
Type: array< System..::.Type >[]()[]
parameter
Type: System..::.Object
culture
Type: System.Globalization..::.CultureInfo

Implements

IMultiValueConverter..::.ConvertBack(Object, array<Type>[]()[], Object, CultureInfo)

See Also