Table of Contents

Class CodeSnippetEventArgs

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

Provides data for the code completion events.

public class CodeSnippetEventArgs : EventArgs
Inheritance
CodeSnippetEventArgs

Constructors

CodeSnippetEventArgs(ICodeSnippet, Point)

Initializes CodeCompletionArgs with default values.

Properties

CodeSnippet

Represents code snippet associated with this event.

Position

Represents position within the text wherer the code snippet is inserted.