ScriptError Event
Definition
Namespace: Alternet.Scripter
Assembly: Alternet.Scripter.Common.v9.dll
When implemented by a class, occurs when the script engine running is failed.
Syntax
event EventHandler<ScriptErrorEventArgs> ScriptError
Returns
EventHandler<ScriptErrorEventArgs> |