Description ​
BeginLockUpdate increments LockUpdateCount. While LockUpdateCount is greater than zero, all Modified state changes and change notifications are suspended.
INFO
BeginLockUpdate does not alter the existing Modified state of the object. It only suspends Modified state changes until EndLockUpdate is called.
Note
Every call to BeginLockUpdate must be paired with a corresponding call to the EndLockUpdate method.