PluginsManager.PluginVersionMismatch Event

Occurs when a plug-in assembly is not loaded because its version is not supported by the program.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static event EventHandler<PluginVersionMismatchEventArgs> PluginVersionMismatch

Value

EventHandler<PluginVersionMismatchEventArgs>

See Also