SuperMap.WindowsPhone.Mapping.Layer.OnLayerChanged C# (CSharp) Méthode

OnLayerChanged() protected méthode

${WP_mapping_Layer_method_param_OnLayerChanged}
protected OnLayerChanged ( ) : void
Résultat void
        protected void OnLayerChanged()
        {
            if (this.LayerChanged != null)
            {
                this.LayerChanged(this, new EventArgs());
            }
        }
        /// <summary>${WP_mapping_Layer_method_param_OnProgress}</summary>