TcxCustomEdit.PropertiesEvents Event
Exposes events of editor settings in the Object Inspector at design time.
Declaration
property PropertiesEvents: TNotifyEvent read; write;
Remarks
The PropertiesEvents
property allows you to handle editor setting events at design time. Expand the Properties node on the Events tab in the Object Inspector and double-click an event to handle it.
See Also