Navigation: Code Documentation > RSCommon > Structures > Delegates
TListElementChangeEvent Delegate
method signature for a change of an item in the list
Namespace: Structures
Delphi
type TListElementChangeEvent = procedure( Sender: TObject; Index: Integer ) of object;
•Structures