Table of Contents

Method Changed

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

Changed(int)

When implemented by a class, notifies about string state changing.

void Changed(int index)

Parameters

index int

Index of string to update.

Changed(int, int)

When implemented by a class, notifies about string state changing.

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.