RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IChangeNotifier Interface

IChangeNotifier is the interface used for responding to status changes.

Pascal
IChangeNotifier = interface;
C++
__interface IChangeNotifier;

Graphics

IChangeNotifier introduces one method, Changed that is invoked when the status of the implementing class changes. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!