Table of Contents

Method Update

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

Update(IEditPage)

When implemented by a class, recalculates bounds of the specified page.

void Update(IEditPage page)

Parameters

page IEditPage

Page to update.

Update(IEditPage, bool)

When implemented by a class, recalculates bounds and updates content of specified page.

void Update(IEditPage page, bool changed)

Parameters

page IEditPage

Page to update.

changed bool

Indicates that page should recalculate it's content.