Table of Contents

Constructor ValueConversionAttribute

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

ValueConversionAttribute(Type, Type)

Creates a new ValueConversionAttribute to indicate between what types of a data binding source and target this ValueConverter can convert.

public ValueConversionAttribute(Type sourceType, Type targetType)

Parameters

sourceType Type

the expected source type this ValueConverter can handle

targetType Type

the target type to which this ValueConverter can convert to