表示处理插件卸载事件( PluginManager.PluginUnloading )的委托类型。

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

语法

C#
public delegate void PluginUnloadingEventHandler(
	Object sender,
	PluginUnloadingEventArgs e
)

参数

sender
Type: System..::.Object
源事件。
e
Type: SuperMap.Desktop..::.PluginUnloadingEventArgs
包含事件数据的插件卸载事件参数类(PluginUnloadingEventArgs)。

请参见