DesignIntf.IDesignNotification.ItemsModified

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also