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