Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomEditProperties.OnChange Event

In This Article

Occurs on changing the value within an editor.

#Declaration

Delphi
property OnChange: TNotifyEvent read; write;

#Remarks

For text editors, the OnChange event occurs when changing the display value provided by the TcxCustomEdit.Text property and is fired by the TcxCustomEdit.DoOnChange virtual method. Image editors generate this event when changing the image. For check box controls, the event is generated when the state is changed.

See Also