Fixed a bug with multiply legends.
Now one application can contains several fully independ legends.
This commit include some breaking changes:
- Removed singletones FeatureLayerEventSender, ImageLayerEventSender, LayerEventSender, RasterLayerEventSender - instead added pairs ILayerActions/LayerActions, IFeatureLayerActions/FeatureLayerActions, etc.
- Renamed properties in SymbologyEventManager to match the names of new classes
↧