表示处理地图绘制结束事件(Drawn)的方法类。
命名空间:
SuperMap.UI程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public delegate void MapDrawnEventHandler( Object sender, MapDrawnEventArgs e ) |
参数
- sender
- Type: System..::.Object
源事件。
- e
- Type: SuperMap.UI..::.MapDrawnEventArgs
包含事件数据的地图绘制结束事件参数类(MapDrawnEventArgs)。