DesignIntf.IDesignNotification
| [–] Properties | |
|---|---|
| Type: interface class | |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp | |
| Unit: DesignIntf | |
| Parent: DesignIntf | |
Delphi
IDesignNotification = interface
C++
__interface  INTERFACE_UUID("{E8C9F739-5601-4ADD-9D95-594132D4CEFD}") IDesignNotification  : public System::IInterface
Description
Represents a notification from the IDE when a specific event occurs.
Implement this interface to receive notifications when certain events occur in the designer.
The class that implements this interface must be registered with the RegisterDesignNotification method.