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

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

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

Parameters

handler
The EventHandler to remove.

See Also

IDesignerHost Interface | IDesignerHost Members | System.ComponentModel.Design Namespace | BeginBatchOperation | EndBatchOperation | AddOnAfterBatchOperation | RemoveOnAfterBatchOperation