处理图层移除时的事件(LayerRemoving)的方法类。

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

语法

C#
public delegate void LayerRemovingEventHandler(
	Object sender,
	LayerRemovingEventArgs args
)

参数

sender
Type: System..::.Object
源事件。
args
Type: SuperMap.Mapping..::.LayerRemovingEventArgs
包含事件数据的图层移除事件参数类(LayerRemovingEventArgs)的对象。

请参见