TreeControlCompareEventArgs

Description

The TreeControlCompareEventArgs class implements argument of the events that occurs when the custom sorting of elements the TreeCombo or TreeList components is performed.

Designers

  Designer name Brief description
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.

Properties inherited from ITreeControlCompareEventArgs

   Property name Brief description
The Column property returns the column of the component by which the sorting is performed.
The Compare property indicates whether the sorting is performed.
The LeftItem property returns the first compared element of the component.
The RightItem property returns the second compared element of the component.

Properties inherited from ITreeControlEventArgs

  Property name Brief description
The TreeControl property returns the component for which the event was generated.

See also:

Forms Assembly Classes