Create(ListView: ITreeList; Column: ITreeListColumn; LeftItem: ITreeListNode; RightItem: ITreeListNode);
ListView is a component for which the event is generated.
Column is a column of the component for which the event is generated.
LeftItem is the first compared component.
RightItem is the second compared component.
The Create interface contains properties of the argument of the event that occurs when the custom sorting of elements of the TreeCombo or TreeList components is performed.
See also: