Hi Guys,
I have noticed that MapView Map propertychanged event is triggered two times always whenever one property is changed from Map.
When I logged, First trigger is actual property change trigger, another event is "AnimationVM" property.
Is that correct behavior or bug?
I am currently using ArcGIS pro sdk version 2.4
I have to skip second trigger by checking whether PropertyChangedEventArgs property name is "AnimationVM" or not.