DesignIntf.IDesignNotification.ItemsModified
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: IDesignNotification | |
Delphi
procedure ItemsModified(const ADesigner: IDesigner);
C++
virtual void __fastcall ItemsModified(const _di_IDesigner ADesigner) = 0 ;
Description
Called when one or more items were modified.
This method is triggered indirectly by the Modified method of the given ADesigner.