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. |
IDesignerHost Interface | System.ComponentModel.Design Namespace