Implemented by classes representing UI entities that support batch updates.
Name | Description |
---|---|
BeginUpdate() |
Prevents an entity implementing the ISupportUpdate interface from being updated until the ISupportUpdate.EndUpdate method is called. |
EndUpdate() |
Unlocks an entity implementing the ISupportUpdate interface after a call to the ISupportUpdate.BeginUpdate method, and causes an immediate update. |