Class DebugEditRequestedEventArgs
- Namespace
- Alternet.Scripter.Integration
- Assembly
- Alternet.Scripter.Integration.v9.dll
Provides data for the EditorRequested
event handler.
public class DebugEditRequestedEventArgs : EventArgs
- Inheritance
-
DebugEditRequestedEventArgs
Constructors
- DebugEditRequestedEventArgs(string)
Initializes a new instance of the
DebugEditRequestedEventArgs
class with specified file name.
Properties
- DebugEdit
Gets an editor implementing
IScriptDebuggerBase
interface.
- FileName
Gets the file name that specifies editor to be activated.