IDesignerHost Events
.NET Framework 4.5
The IDesignerHost type exposes the following members.
| Name | Description | |
|---|---|---|
|
Activated | Occurs when this designer is activated. |
|
Deactivated | Occurs when this designer is deactivated. |
|
LoadComplete | Occurs when this designer completes loading its document. |
|
TransactionClosed | Adds an event handler for the TransactionClosed event. |
|
TransactionClosing | Adds an event handler for the TransactionClosing event. |
|
TransactionOpened | Adds an event handler for the TransactionOpened event. |
|
TransactionOpening | Adds an event handler for the TransactionOpening event. |