Description ​
EndUpdate decrements UpdateCount. When UpdateCount reaches zero and Modified is True, EndUpdate calls Changed to trigger the OnChange event notification and resets Modified to False.
Note
Every call to BeginUpdate must be paired with a corresponding call to the EndUpdate method.