Description ​
EndLockUpdate decrements LockUpdateCount after a preceding call to BeginLockUpdate. When LockUpdateCount reaches zero, normal change notification processing resumes.
INFO
Calling EndLockUpdate does not cause a change notification to fire, even if Modified is True.
Note
Every call to BeginLockUpdate must be paired with a preceding call to the EndLockUpdate method.