Icon OnChanged Event

property OnChanged: TNotifyEvent

Available In: Client and Server Applications

This event is triggered whenever the list is modified in any way. If a batch update is in effect via the BeginUpdate and EndUpdate methods, then this event is only triggered once the EndUpdate call is made. If multiple calls to BeginUpdate and EndUpdate are nested, then this event is only triggered once the last matching EndUpdate call is made.
Image