表示处理插件卸载后事件( PluginManager.PluginUnloaded )的方法。

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

语法

C#
public delegate void PluginUnloadedEventHandler(
	Object sender,
	PluginUnloadedEventArgs e
)

参数

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

请参见