根据给定的参数构造一个新的 LayerRemovingEventArgs 对象。
命名空间:
SuperMap.Mapping程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public LayerRemovingEventArgs( Layer layer, int index, bool cancel ) |
参数
- layer
- Type: SuperMap.Mapping..::.Layer
指定的被移除的图层。
- index
- Type: System..::.Int32
指定的被移除图层的索引。
- cancel
- Type: System..::.Boolean
指定是否取消事件的值。如果应取消事件,则为 true;否则为 false。