Table of Contents

Method Changed

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

Changed(int)

Notifies about string state changing.

public virtual void Changed(int index)

Parameters

index int

Index of string to update.

Changed(int, int)

Notifies about string state changing.

public virtual void Changed(int first, int last)

Parameters

first int

Index of the first string to update.

last int

Index of the last string to update.