Method Initialize
Initialize(TextEditor, Action)
When implemented by a class, initializes scrollbar annotation data from specified source.
void Initialize(TextEditor edit, Action annotationsChangedAction)
Parameters
edit
TextEditorTextEditor
that is a source of the annotations.annotationsChangedAction
ActionAction to be performed when annotations changed.