Table of Contents

Event EditorRequested

Namespace
Alternet.Scripter.Integration.Wpf
Assembly
Alternet.Scripter.Integration.Wpf.v9.dll

Occurs when users try to obtain an edit control that contains specific source code.

public event EventHandler<DebugEditRequestedEventArgs> EditorRequested

Returns

EventHandler<DebugEditRequestedEventArgs>
Occurs when users try to obtain an edit control that contains specific source code.
Implements