DesignIntf.IDesignNotification Methods
InheritedProtected
| AddRef | public | Increments the reference count for this interface. | 
| DesignerClosed | public | Called when the form designer is closed. | 
| DesignerOpened | public | Called when the form designer is opened. | 
| ItemDeleted | public | Called when the item passed as parameter has been deleted from the form designer. | 
| ItemInserted | public | Called when the item passed as parameter has been inserted on the form designer. | 
| ItemsModified | public | Called when one or more items were modified. | 
| QueryInterface | public | Returns a reference to a specified interface if the object supports that interface. | 
| Release | public | Decrements the reference count for this interface. | 
| SelectionChanged | public | Called when the selected components on a form designer change. | 
| Supports | public | Indicates whether a given interface supports a specific (another) interface. |