PluginsRequestEventHandler Delegate
Occurs when not activated plug-in is requested during the work in the scope of
ActionContext.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public delegate void PluginsRequestEventHandler(
ActionContext context
)
Public Delegate Sub PluginsRequestEventHandler (
context As ActionContext
)
public delegate void PluginsRequestEventHandler(
ActionContext^ context
)
type PluginsRequestEventHandler =
delegate of
context : ActionContext -> unit
Parameters
- context ActionContext
- Conext of the operation.