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