Table of Contents

Method Notify

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

Notify(NotifyState, int, int)

Notifies editor about updating IDisplayStrings state.

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

Parameters

state NotifyState

Changes reason.

first int

First changed line.

last int

Last changed line.

Notify(NotifyState, int, int, bool)

protected void Notify(NotifyState state, int first, int last, bool update)

Parameters

state NotifyState
first int
last int
update bool