根据给定的参数构造一个新的 LayerGroupRemovedEventArgs 对象。
命名空间:
SuperMap.Mapping程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public LayerGroupRemovedEventArgs( LayerGroup removedGroup, LayerGroup parentGroup, int index ) |
参数
- removedGroup
- Type: SuperMap.Mapping..::.LayerGroup
移除的分组图层。
- parentGroup
- Type: SuperMap.Mapping..::.LayerGroup
移除的分组图层所在的分组。
- index
- Type: System..::.Int32
移除的分组图层的索引。