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

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

语法

C#
public delegate void PluginLoadingEventHandler(
	Object sender,
	PluginLoadingEventArgs e
)

参数

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

请参见