Click or drag to resize

VisibilityToBooleanConverterOnConvert Method

Occures if a value is converted

Namespace:  Cauldron.XAML.ValueConverters
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public override Object OnConvert(
	Object value,
	Type targetType,
	Object parameter,
	string language
)

Parameters

value
Type: SystemObject
The value produced by the binding source.
targetType
Type: SystemType
The type of the binding target property.
parameter
Type: SystemObject
The converter parameter to use.
language
Type: SystemString
The language to use in the converter.

Return Value

Type: Object
A converted value. If the method returns null, the valid null value is used.
Exceptions
ExceptionCondition
NotImplementedExceptionAlways throws NotImplementedException. This method is not implemented.
See Also