With 100.5, the only thing printed is "Opacity changed". Looks like this is an issue with all the ImageAdjustmentLayers.
Are the others supposed to fire too?
var layer = new ArcGISTiledLayer(); layer.PropertyChanged += (s, e) => { Debug.Print(e.PropertyName + " changed"); }; layer.Opacity = 0.5; layer.Brightness = 50.0; layer.Gamma = 50.0; layer.Contrast = 30.0; Thanks, Kirk
Solved! Go to Solution.
Kirk, Looks like you found a bug!. I will create an internal issue for this.
Kirk, Looks like you found a bug!. I will create an internal issue for this.
Adding to this, Preeti not only logged the issue, but was being awesome as usual and already submitted and merged a fix! Thanks for reporting this.