Delegate CodeSnippetEvent
Represents a method that will handle the SyntaxEdit.CodeSnippetEventInserted
event.
public delegate void CodeSnippetEvent(object sender, CodeSnippetEventArgs e)
Parameters
sender
objectThe source of the event.
e
CodeSnippetEventArgsThe
CodeCompletionArgs
that contains the event data.