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

TcxCustomEditProperties.OnPropertiesChanged Event

Occurs when any properties are changed.

Declaration

property OnPropertiesChanged: TNotifyEvent read; write;

Remarks

The OnPropertiesChanged event occurs when any properties are changed. The TcxCustomEdit editor subscribes to this event to get notifications when the editor should be refreshed.

See Also