CmisSync.CmisTree.LoadingStatusToBrushConverter.ConvertBack C# (CSharp) Method

ConvertBack() public method

Not supported
public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType Type
parameter object
culture CultureInfo
return object
        public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
        { throw new NotSupportedException(); }
    }
LoadingStatusToBrushConverter