Table of Contents

Method BeginUpdate

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

BeginUpdate()

Prevents object state updating until calling EndUpdate method.

public virtual int BeginUpdate()

Returns

int

Number of object state updating locks.

BeginUpdate(UpdateReason)

Prevents object state updating until calling EndUpdate method.

public virtual int BeginUpdate(UpdateReason reason)

Parameters

reason UpdateReason

Reason of the source state updating.

Returns

int

Number of object state updating locks.