Table of Contents

Method Initialize

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

Initialize(ISyntaxEdit, Action)

Initializes scrollbar annotation data from specified source.

public void Initialize(ISyntaxEdit edit, Action annotationsChangedAction)

Parameters

edit ISyntaxEdit

ISyntaxEdit that is a source of the annotations.

annotationsChangedAction Action

Action to be performed when annotations changed.