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.