Table of Contents

Method Notify

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

Notify(NotifyState, int, int)

When implemented by a class, notifies editor about updating IDisplayStrings state.

void Notify(NotifyState state, int first, int last)

Parameters

state NotifyState

Changes reason.

first int

First changed line.

last int

Last changed line.