AvalonEdit
Complete Method (textArea, completionSegment, insertionRequestEventArgs)
NamespacesICSharpCode.AvalonEdit.CodeCompletionICompletionDataComplete(TextArea, ISegment, EventArgs)
Perform the completion.
Declaration Syntax
C#Visual BasicVisual C++
void Complete(
	TextArea textArea,
	ISegment completionSegment,
	EventArgs insertionRequestEventArgs
)
Sub Complete ( _
	textArea As TextArea, _
	completionSegment As ISegment, _
	insertionRequestEventArgs As EventArgs _
)
void Complete(
	TextArea^ textArea, 
	ISegment^ completionSegment, 
	EventArgs^ insertionRequestEventArgs
)
Parameters
textArea (TextArea)
The text area on which completion is performed.
completionSegment (ISegment)
The text segment that was used by the completion window if the user types (segment between CompletionWindow.StartOffset and CompletionWindow.EndOffset).
insertionRequestEventArgs (EventArgs)
The EventArgs used for the insertion request. These can be TextCompositionEventArgs, KeyEventArgs, MouseEventArgs, depending on how the insertion was triggered.

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238