TcxCustomEdit.PropertiesEvents Event
In This Article
Exposes events of editor settings in the Object Inspector at design time.
#Declaration
Delphi
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