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

TcxCustomEdit.DoOnEditValueChanged Method

In This Article

Performs additional processing when the edit value within an editor is about to be changed.

#Declaration

Delphi
procedure DoOnEditValueChanged; virtual;

#Remarks

The DoOnEditValueChanged method fires the Properties.OnEditValueChanged event, thus by overriding the DoOnEditValueChanged method in the TcxCustomEdit descendant you can perform additional custom actions (if required), prior the editor’s edit value being changed and the Properties.OnEditValueChanged event is fired.

See Also