DesignIntf.IDesignNotification
Delphi
IDesignNotification = interface
C++
__interface  INTERFACE_UUID("{E8C9F739-5601-4ADD-9D95-594132D4CEFD}") IDesignNotification  : public System::IInterface
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
interface class  | 
		public | DesignIntf.pas DesignIntf.hpp  | 
        DesignIntf | DesignIntf | 
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.