MindFusion.Scheduling for Silverlight Programmer's Guide
VisibleConverter.ConvertBack Method
See Also
 





IValueConverter.ConvertBack implementation.

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public Object ConvertBack (
    Object value,
    Type targetType,
    Object parameter,
    CultureInfo culture
)

Visual Basic  Copy Code

Public Function ConvertBack( _
    value As Object, _
    targetType As Type, _
    parameter As Object, _
    culture As CultureInfo _
) As Object

 Parameters

value
The value that is produced by the binding target.
targetType
The type to convert to.
parameter
The converter parameter to use.
culture
The culture to use in the converter.

 Return Value

A converted value.

 Remarks

This method is not implemented and will throw an exception if used.

 See Also

VisibleConverter Members
VisibleConverter Class
MindFusion.Scheduling.Silverlight Namespace