TcxCustomEdit.DoOnEditValueChanged Method
Performs additional processing when the edit value within an editor is about to be changed.
Declaration
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