Skip to main content

TcxCustomEditProperties.OnPropertiesChanged Event

Occurs on every editor setting change.

Declaration

property OnPropertiesChanged: TNotifyEvent read; write;

Remarks

The OnPropertiesChanged event occurs on every editor setting change that is not enclosed between BeginUpdate and EndUpdate procedure calls. An [EndUpdate] procedure call raises the OnPropertiesChanged event only once for all changes enclosed between BeginUpdate and EndUpdate calls.

All TcxCustomEdit class descendants handle the OnPropertiesChanged event to update editor content and appearance in response to property changes.

See Also