PageCollection.EndUpdate

PageCollection.EndUpdate method

Updates when group changes are complete. Restores page cache recalculations on each operation. We recommend calling the BeginUpdate/EndUpdate methods in a try-finally block.

public void EndUpdate()

See Also