表示窗口内容保存事件使用的委托类型。

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

语法

C#
public delegate void SavingEventHandler(
	Object sender,
	CancelEventArgs e
)

参数

sender
Type: System..::.Object
事件源。
e
Type: System.ComponentModel..::.CancelEventArgs
包含窗口内容保存事件数据的 CancelEventArgs。

请参见