TColorPalette::OnUpdateColor Property

__property TNotifyEvent OnUpdateColor = {read = FOnUpdateColor, write = SetOnUpdateColor};

Called when the color parameters are updated.

Read: TNotifyEvent FOnUpdateColor;
Write: void SetOnUpdateColor(const TNotifyEvent Value);
Remarks:

Used internaly to notify the parent of changes in the parameters.

Declared in Dew::Math::Controls::VCL::TColorPalette · Dew.Math.Controls.VCL/MtxVecTee.h · C++Builder only