FlexGrid for WinRT
ConvertBack Method (CustomConverter)

The target data being passed to the source.
The System.Type of data expected by the source object.
An optional parameter to be used in the converter logic.
Modifies the target data before passing it to the source object. This method is called only in System.Windows.Data.BindingMode.TwoWay bindings.
Syntax
'Declaration
 
Public Function ConvertBack( _
   ByVal value As System.Object, _
   ByVal targetType As System.Type, _
   ByVal parameter As System.Object, _
   ByVal language As System.String _
) As System.Object
public System.object ConvertBack( 
   System.object value,
   System.Type targetType,
   System.object parameter,
   System.string language
)

Parameters

value
The target data being passed to the source.
targetType
The System.Type of data expected by the source object.
parameter
An optional parameter to be used in the converter logic.
language

Return Value

The value to be passed to the source object.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CustomConverter Class
CustomConverter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback