根据给定的插件对象,构造一个新的 PluginUnloadedEventArgs 对象。

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

语法

C#
public PluginUnloadedEventArgs(
	Plugin plugin
)

参数

plugin
Type: SuperMap.Desktop..::.Plugin
指定的插件对象。

请参见