PluginsStatusEventHandler Delegate

Handler of plug-in loading status event.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public delegate void PluginsStatusEventHandler(
	LanguageInfo language,
	int value,
	int count,
	string message
)

Parameters

language  LanguageInfo
Language to use for the messages.
value  Int32
Index of the plug-in.
count  Int32
Total number of plug-ins.
message  String
Status message.

See Also