Delegate CodeCompletionEvent
Represents a method that will handle the SyntaxEdit.NeedCodeCompletion event.
public delegate void CodeCompletionEvent(object sender, CodeCompletionArgs e)
Parameters
senderobjectThe source of the event.
eCodeCompletionArgsThe
CodeCompletionArgsthat contains the event data.