Table of Contents

Delegate EvaluateDialog.CreateCodeCompletionControllerDelegate

Namespace
Alternet.Scripter.Debugger.UI.Wpf
Assembly
Alternet.Scripter.Debugger.UI.Wpf.v9.dll

Represents a method that will handle creation of codecompletion controller object.

public delegate EvaluationCodeCompletionController EvaluateDialog.CreateCodeCompletionControllerDelegate(EvaluationCodeCompletionControllerBase.ISite site, IScriptDebuggerBase debugger, TextBox expressionTextBox)

Parameters

site EvaluationCodeCompletionControllerBase.ISite

Site corresponding to the controller.

debugger IScriptDebuggerBase

IScriptDebuggerBase which evaluates the expressions.

expressionTextBox TextBox

TextBox that receives user input.

Returns

EvaluationCodeCompletionController