TcxCustomRTTIInspector.OnPropertyChanged Event
Occurs when the value of the edited property was changed and editing is finished.
Declaration
property OnPropertyChanged: TNotifyEvent read; write;
Remarks
Use this event if you need to take a specific action when the edited property was changed and editing is finished. Editing is finished means the Enter key is pressed after the value of the property has been changed or the changed property loses focus.
The Sender is the TcxCustomRTTIInspector descendant instance.
See Also