/// <summary>
 /// The symbology event manager.
 /// </summary>
 public SymbologyEventManager()
 {
     ColorCategoryActions = new ColorCategoryActions();
     FeatureLayerActions  = new FeatureLayerActions();
     ImageLayerActions    = new ImageLayerActions();
     LayerActions         = new LayerActions();
     RasterLayerActions   = new RasterLayerActions();
 }
 /// <summary>
 /// The symbology event manager.
 /// </summary>
 public SymbologyEventManager()
 {
     ColorCategoryActions = new ColorCategoryActions();
     FeatureLayerActions = new FeatureLayerActions();
     ImageLayerActions = new ImageLayerActions();
     LayerActions = new LayerActions();
     RasterLayerActions = new RasterLayerActions();
 }