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

TcxCustomEditProperties.OnChange Event

Occurs on changing the value within an editor.

Declaration

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