处理图层移除事件(LayerRemoved)的方法类。
命名空间:
SuperMap.Mapping程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public delegate void LayerRemovedEventHandler( Object sender, LayerRemovedEventArgs args ) |
参数
- sender
- Type: System..::.Object
源事件。
- args
- Type: SuperMap.Mapping..::.LayerRemovedEventArgs
包含事件数据的图层移除事件参数类(LayerRemovedEventArgs)的对象。