TcxHotZoneStyle.Changed Method
Notifies the owning control to update the hot zone.
Declaration
procedure Changed; virtual;
Remarks
The Changed method is called by the TcxHotZoneStyle class and its descendants whenever a property affecting the hot zone’s appearance changes. The method notifies the owning control to repaint the hot zone, so that changes take effect immediately.
If you are creating a custom hot zone, call the Changed method when changing properties that affect the look of the hot zone. Otherwise, the control will not be updated.
See Also