 | VisibilityToBooleanConverter.OnConvertBack 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)
SyntaxParameters
- value
- Type: System.Object
The value that is produced by the binding target. - targetType
- Type: System.Type
The type to convert to. - parameter
- Type: System.Object
The converter parameter to use. - language
- Type: System.String
The language to use in the converter.
Return Value
Type:
ObjectA converted value.If the method returns null, the valid null value is used.
Exceptions
See Also