表示处理飞行结束事件(Flown)的方法类。

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

语法

C#
public delegate void FlownEventHandler(
	Object sender,
	FlownEventArgs e
)

参数

sender
Type: System..::.Object
源事件。
e
Type: SuperMap.UI..::.FlownEventArgs
包含事件数据的飞行结束事件参数类(FlownEventArgs

请参见