Vcl.Graphics.IChangeNotifier

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IChangeNotifier = interface

C++

__interface  INTERFACE_UUID("{1FB62321-44A7-11D0-9E93-0020AF3D82DA}") IChangeNotifier  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics Vcl.Graphics

Description

IChangeNotifier is the interface used for responding to status changes.

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

See Also