Table of Contents

Event ScriptError

Namespace
Alternet.Scripter
Assembly
Alternet.Scripter.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