AvalonEdit
InsertionRequested Event
NamespacesICSharpCode.AvalonEdit.CodeCompletionCompletionListInsertionRequested
Is raised when the completion list indicates that the user has chosen an entry to be completed.
Declaration Syntax
C#Visual BasicVisual C++
public event EventHandler InsertionRequested
Public Event InsertionRequested As EventHandler
public:
 event EventHandler^ InsertionRequested {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

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