Table of Contents

Class DebugEditRequestedEventArgs

Namespace
Alternet.Scripter.Integration.Wpf
Assembly
Alternet.Scripter.Integration.Wpf.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 that implements IDebugEdit interface.

FileName

Gets the file name that specifies editor to be activated.