根据指定的参数对象初始化移除图层结束事件参数类(LayerRemovedEventArgs)的新实例。

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

语法

C#
public LayerRemovedEventArgs(
	Layer layer,
	string name,
	int index
)

参数

layer
Type: SuperMap.Mapping..::.Layer
指定的被删除的图层。
name
Type: System..::.String
指定的被移除图层的名称。
index
Type: System..::.Int32
指定被移除图层的序号。

版本信息

SuperMap iObjects .NET


请参见