JVCL Help:TJvCustomItemViewer.OnItemChanged
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomItemViewer.OnItemChanged Event
[+] TJvCustomItemViewer Events
[+] TJvCustomItemViewer Methods
[+] TJvCustomItemViewer Properties
Search in JVCL Help
Search in all projectsSummary
Called when an item has changed.
Pascal
TJvViewerItemChangedEvent = procedure (Sender: TObject; Item: TJvViewerItem) ofobject;
propertyOnItemChanged: TJvViewerItemChangedEvent;
Parameters
Parameters | Description |
Item | The item that has changed. |
Sender | The object that triggered the event. |
Description
Write an event handler for the OnItemChanged event to take specific action when an item in the Items array has changed. For example, you might want to update a status display whenever a property of an item has been modified.
See Also
TJvCustomItemViewer.OnItemChanging
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page