Class FileLoadEventArgs
Provides data for the IScriptRun.FileLoad
event.
public class FileLoadEventArgs : EventArgs
- Inheritance
-
FileLoadEventArgs
Constructors
- FileLoadEventArgs(string)
Initializes a new instance of the
FileLoadEventArgs
class with specified file.
Properties
- FileName
Gets file name to load.
- Handled
Gets or sets a value indicating whether the FileLoad event was handled.
- Text
Gets or sets a text contained in the file.