Table of Contents

Delegate PluginFunc

Namespace
Npp.DotNet.Plugin
Assembly
Npp.DotNet.Plugin.dll

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()