Handles changes in the observed list objects
Source position: fpobserver.pp line 237
public procedure TBaseListMediator.ObservedChanged( |
ASender: TObject; |
Operation: TFPObservedOperation |
); |
ASender |
|
Object that triggered the change notification |
Operation |
|
Type of operation that occurred |
The ObservedChanged method responds to changes in the list by creating mediators for added items, removing mediators for deleted items, or rebuilding the entire mediator collection when necessary.