表示处理跟踪绘制结束事件(MapControl.TrackedMapLayoutControl.Tracked)的方法类。

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

语法

C#
public delegate void TrackedEventHandler(
	Object sender,
	TrackedEventArgs e
)

参数

sender
Type: System..::.Object
源事件。
e
Type: SuperMap.UI..::.TrackedEventArgs
包含事件数据的已结束跟踪事件参数类(TrackedEventArgs)对象。

请参见