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