Table of Contents

Method Initialize

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

Initialize(TextEditor, Action)

When implemented by a class, initializes scrollbar annotation data from specified source.

public void Initialize(TextEditor edit, Action annotationsChangedAction)

Parameters

edit TextEditor

TextEditor that is a source of the annotations.

annotationsChangedAction Action

Action to be performed when annotations changed.