响应地图控件中编辑手柄移动过程中的事件实现.

命名空间:  SuperMap.Desktop
程序集:  SuperMap.Desktop.Core (in SuperMap.Desktop.Core)
版本: dll

语法

C#
public virtual void MapControl_EditHandleMove(
	Object sender,
	EditHandleEventArgs e
)

参数

sender
Type: System..::.Object
源事件。
e
Type: SuperMap.UI..::.EditHandleEventArgs
包含事件数据的地图控件中编辑手柄移动过程中事件参数类(EditHandleEventArgs)的对象。

请参见