Table of Contents

Delegate CodeSnippetEvent

Namespace
Alternet.Syntax
Assembly
Alternet.Syntax.v9.dll

Represents a method that will handle the SyntaxEdit.CodeSnippetEventInserted event.

public delegate void CodeSnippetEvent(object sender, CodeSnippetEventArgs e)

Parameters

sender object

The source of the event.

e CodeSnippetEventArgs

The CodeCompletionArgs that contains the event data.