Begins a System.ComponentModel.Design.IDesignerHost.BatchOperation event.
[Visual Basic] Overloads Sub BeginBatchOperation() [C#] void BeginBatchOperation(); [C++] void BeginBatchOperation() = 0; [JScript] function BeginBatchOperation();
After this call, events are not raised but the need to raise the event is remembered. Then, when EndBatchOperation is called, the queued events are all raised at once.This method includes no parameters and returns void.
IDesignerHost Interface | IDesignerHost Members | System.ComponentModel.Design Namespace | IDesignerHost.BeginBatchOperation Overload List | EndBatchOperation | AddOnBatchOperation | RemoveOnBatchOperation | BatchOperationEventHandler | BatchOperationEventArgs