Event ScriptError
- Namespace
- Alternet.Scripter.IronPython
- Assembly
- Alternet.Scripter.IronPython.v9.dll
Occurs when the script engine running is failed.
public event EventHandler<ScriptErrorEventArgs> ScriptError
Returns
- EventHandler<ScriptErrorEventArgs>
- Occurs when the script engine running is failed.
- Implements