NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IDesignerHost.BeginBatchOperation ()

Begins a System.ComponentModel.Design.IDesignerHost.BatchOperation event.

[Visual Basic]
Overloads Sub BeginBatchOperation()
[C#]
void BeginBatchOperation();
[C++]
void BeginBatchOperation() = 0;
[JScript]
function BeginBatchOperation();

Remarks

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.

See Also

IDesignerHost Interface | IDesignerHost Members | System.ComponentModel.Design Namespace | IDesignerHost.BeginBatchOperation Overload List | EndBatchOperation | AddOnBatchOperation | RemoveOnBatchOperation | BatchOperationEventHandler | BatchOperationEventArgs