Table of Contents

Method DoInsideUpdate

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

DoInsideUpdate(Action, bool)

Calls the specified action inside an update block, ensuring that the owner of this tree control item is updated correctly.

public virtual void DoInsideUpdate(Action action, bool treeChanged = true)

Parameters

action Action

The action to call.

treeChanged bool

Whether to update owner control.