FileLoad Event
Definition
Namespace: Alternet.Scripter.TypeScript
Assembly: Alternet.Scripter.TypeScript.v9.dll
Occurs when script code is loaded from file.
Implements
Syntax
public event EventHandler<FileLoadEventArgs> FileLoad
Returns
EventHandler<FileLoadEventArgs> |