ScriptError Event
Definition
Namespace: Alternet.Scripter.TypeScript
Assembly: Alternet.Scripter.TypeScript.v9.dll
Occurs when the script engine running is failed.
Implements
Syntax
public event EventHandler<ScriptErrorEventArgs> ScriptError
Returns
EventHandler<ScriptErrorEventArgs> |