BeginUpdate;
The BeginUpdate method sets prohibition on events execution.
All events, processed after the BeginUpdate method execution, will not be executed till the IDimSelectionSet.EndUpdate method is called.
The method use is given in the example for IDimSelectionSet.EndUpdate.
See also: