Table of Contents

Method BeginUpdate

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

BeginUpdate(UpdateReason)

When implemented by a class, prevents object state updating until calling EndUpdate method.

int BeginUpdate(UpdateReason reason)

Parameters

reason UpdateReason

Reason of the source state updating.

Returns

int

Number of object state updating locks.