根据指定的参数对象初始化移除图层结束事件参数类(LayerRemovedEventArgs)的新实例。
命名空间:
SuperMap.Mapping程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public LayerRemovingEventArgs( Layer layer, string name, int index, bool cancel ) |
参数
- layer
- Type: SuperMap.Mapping..::.Layer
指定的被删除的图层。
- name
- Type: System..::.String
指定的被移除图层的名称。
- index
- Type: System..::.Int32
指定被移除图层的序号。
- cancel
- Type: System..::.Boolean
指定是否取消事件的值。如果应取消事件,则为 true;否则为 false。