Create(ListView: ITreeList; Column: ITreeListColumn; LeftItem: ITreeListNode; RightItem: ITreeListNode);
ListView - component, for which the event is generated.
Column - column of the component, for which the event is generated.
LeftItem - the first compared component.
RightItem - 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 executed.
See also: