ImageEn, unit iexColorCurve |
|
TIEColorCurve.OnChange
Declaration
property OnChange: TNotifyEvent;
Description
Occurs whenever the user adds, remove or moves points of the color curve.
procedure TfrmMain.IEColorCurveChange(Sender: TObject);
begin
// Enable the apply button
btnApply.Enabled := True;
end;
See Also
◼CurveChanged◼OnCurveEdit