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.RemoveOnBatchOperation

Removes an event handler that has been associated with the System.ComponentModel.Design.IDesignerHost.BatchOperation event.

[Visual Basic]
Sub RemoveOnBatchOperation( _
   ByVal handler As BatchOperationEventHandler _
)
[C#]
void RemoveOnBatchOperation(
   BatchOperationEventHandler handler
);
[C++]
void RemoveOnBatchOperation(
   BatchOperationEventHandler* handler
) = 0;
[JScript]
function RemoveOnBatchOperation(
   handler : BatchOperationEventHandler
);

Parameters

handler
The EventHandler to remove.

See Also

IDesignerHost Interface | IDesignerHost Members | System.ComponentModel.Design Namespace | AddOnBatchOperation | EndBatchOperation | BatchOperationEventHandler | BatchOperationEventArgs