Adds an event handler for the System.ComponentModel.Design.IDesignerHost.BatchOperation event.
[Visual Basic] Sub AddOnBatchOperation( _ ByVal handler As BatchOperationEventHandler _ ) [C#] void AddOnBatchOperation( BatchOperationEventHandler handler ); [C++] void AddOnBatchOperation( BatchOperationEventHandler* handler ) = 0; [JScript] function AddOnBatchOperation( handler : BatchOperationEventHandler );
Batch operations can refresh multiple components at once. The batch operation methods provide a way to prevent performance and flicker problems by deferring expensive processing on multiple components until after the operation has completed.
IDesignerHost Interface | IDesignerHost Members | System.ComponentModel.Design Namespace | RemoveOnBatchOperation | BeginBatchOperation | EndBatchOperation | BatchOperationEventHandler | BatchOperationEventArgs