__property TNotifyEvent OnChangePosition = {read = FOnChangePosition, write = SetOnChangePosition};
Triggered each time the SliderPosition property is changed.
Read:
TNotifyEvent FOnChangePosition;Write:
void SetOnChangePosition(const TNotifyEvent Value);Declared in Dew::Math::Controls::VCL::TMtxPositionPanel · Dew.Math.Controls.VCL/MtxComCtrls.h · C++Builder only