DesignIntf.IDesignNotification.SelectionChanged
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: IDesignNotification | |
Delphi
procedure SelectionChanged(const ADesigner: IDesigner;
const ASelection: IDesignerSelections);
C++
virtual void __fastcall SelectionChanged(const _di_IDesigner ADesigner, const _di_IDesignerSelections ASelection) = 0 ;
Description
Called when the selected components on a form designer change.
It is also called when another form designer is activated.
ASelection represents the list of selected components.