[]
        
(Showing Draft Content)

C1.WinUI.Core.DelegateConverter.ConvertBack

ConvertBack Method

ConvertBack(object, Type, object, string)

Modifies the target data before passing it to the source object. This method is called only in System.Windows.Data.BindingMode.TwoWay bindings.

Declaration
public object ConvertBack(object value, Type targetType, object parameter, string culture)
Public Function ConvertBack(value As Object, targetType As Type, parameter As Object, culture As String) As Object
Parameters
Type Name Description
object value

The target data being passed to the source.

Type targetType

The Type of data expected by the source object.

object parameter

An optional parameter to be used in the converter logic.

string culture

The culture of the conversion.

Returns
Type Description
object

The value to be passed to the source object.