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 Events

The events of the IDesignerHost interface are listed below. For a complete list of IDesignerHost interface members, see the IDesignerHost Members topic.

AfterBatchOperation Occurs when all BeginBatchOperation calls are matched with EndBatchOperation calls.
BatchOperation Occurs at the starting and ending points of a batch operation.
BeforeBatchOperation Occurs before a batch operation is to begin.
CodeLoaded Occurs after the code is parsed.
CodeUnloaded Occurs before the code is unloaded.
DocumentActivate Occurs when this designer host's document becomes the active document in the environment.
DocumentDeactivate Occurs when this designer host's document is no longer the active document in the environment.

See Also

IDesignerHost Interface | System.ComponentModel.Design Namespace