RelayConverter Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.Controls.WPF.Converters
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Sub New ( _
    convert As Func(Of Object, Type, Object, CultureInfo, Object), _
    convertBack As Func(Of Object, Type, Object, CultureInfo, Object) _
)
public RelayConverter(
    Func<Object, Type, Object, CultureInfo, Object> convert,
    Func<Object, Type, Object, CultureInfo, Object> convertBack
)
public:
RelayConverter(
    Func<Object^, Type^, Object^, CultureInfo^, Object^>^ convert, 
    Func<Object^, Type^, Object^, CultureInfo^, Object^>^ convertBack
)
new : 
        convert:Func<Object, Type, Object, CultureInfo, Object> * 
        convertBack:Func<Object, Type, Object, CultureInfo, Object> -> RelayConverter
public function RelayConverter(
    convert : Func<Object, Type, Object, CultureInfo, Object>, 
    convertBack : Func<Object, Type, Object, CultureInfo, Object>
)

Parameters

.NET Framework Security

See Also

Reference

RelayConverter Class

Microsoft.TeamFoundation.Controls.WPF.Converters Namespace