ImageEn, unit iexColorCurve

TIEColorCurve.OnChange

TIEColorCurve.OnChange


Declaration

property OnChange: TNotifyEvent;


Description

Occurs whenever the user adds, remove or moves points of the color curve.


Examples

procedure TfrmMain.IEColorCurveChange(Sender: TObject);
begin
  // Enable the apply button
  btnApply.Enabled := True;
end;


See Also

 CurveChanged
 OnCurveEdit