Delegate PluginFunc
The general type of a function defined by the plugin and callable by the host application. Delegates of this type are associated with a menu item by assigning them to the PFunc member of a FuncItem structure.
public delegate void PluginFunc()