根据给定的参数构造一个新的 LayerRemovedEventArgs 对象。

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

语法

C#
public LayerRemovingEventArgs(
	Layer layer,
	string name,
	int index,
	bool cancel,
	LayerGroup parentGroup,
	bool isLayerGroup
)

参数

layer
Type: SuperMap.Mapping..::.Layer
当前操作的图层。
name
Type: System..::.String
当前操作的图层名称。
index
Type: System..::.Int32
图层索引值。
cancel
Type: System..::.Boolean
指示是否取消事件的值。如果应取消事件,则为 true;否则为 false。
parentGroup
Type: SuperMap.Mapping..::.LayerGroup
图层所在的分组图层。
isLayerGroup
Type: System..::.Boolean
当前图层是否为分组图层类型。

请参见