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

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

语法

C#
public delegate void PluginLoadedEventHandler(
	Object sender,
	PluginLoadedEventArgs e
)

参数

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

请参见