响应地图中某一图层被移除完成后的事件实现。

命名空间:  SuperMap.Desktop
程序集:  SuperMap.Desktop.Core (in SuperMap.Desktop.Core)
版本: dll

语法

C#
public virtual void Layers_LayerRemoved(
	Object sender,
	LayerRemovedEventArgs args
)

参数

sender
Type: System..::.Object
源事件。
args
Type: SuperMap.Mapping..::.LayerRemovedEventArgs
包含事件数据的地图中某一图层被移除完成后事件参数类(LayerRemovedEventArgs)的对象。

请参见