Table of Contents

Method DoInsideUpdate

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

DoInsideUpdate(Action)

Executes action between calls to BeginUpdate() and EndUpdate().

public virtual void DoInsideUpdate(Action action)

Parameters

action Action

Action that will be executed.

Remarks

Do not recreate control (or its child controls), add or remove child controls between BeginUpdate() and EndUpdate() calls. This method is mainly for multiple add or remove of the items in list like controls.