PluginsRequestEventHandler Delegate

Occurs when not activated plug-in is requested during the work in the scope of ActionContext.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public delegate void PluginsRequestEventHandler(
	ActionContext context
)

Parameters

context  ActionContext
Conext of the operation.

See Also