ImageEn, unit iexColorCurve

TIEColorCurve.OnCurveEdit

TIEColorCurve.OnCurveEdit

Declaration

property OnCurveEdit: TIECurveEditEvent;

Description

Occurs whenever the user adds, remove or moves points of the color curve. It provides detail on the action that occured.

Note: Unlike OnChange, OnCurveEdit does not occur after programmatic changes (i.e. changes by code)

See Also

CurveChanged
OnChange