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
UpdateReasonReason of the source state updating.
Returns
- int
Number of object state updating locks.