TSortedObjectList<T>.Changed(T,TCollectionChangedAction) Method

Represents method Changed(T,TCollectionChangedAction).

Namespace: Spring.Collections.Lists
protected
 procedure Changed(const item: T; action: TCollectionChangedAction); override;

Parameters

item
Type: T

action
Type: TCollectionChangedAction

Overrides

TCollectionBase<T>.Changed(T,TCollectionChangedAction)