Skip to main content
A newer version of this page is available. .

TcxCustomEditProperties.OnEditValueChanged Event

Occurs after assigning a new value to the TcxCustomEdit.EditValue property.

Declaration

property OnEditValueChanged: TNotifyEvent read; write;

Remarks

The OnEditValueChanged event occurs after assigning a new value to the TcxCustomEdit.EditValue property and is fired by the TcxCustomEdit.DoOnEditValueChanged virtual method. The Sender parameter identifies the editor (the TcxCustomEdit descendant) whose value has been changed.

See Also