ImageGear Professional v18.2 > API Reference Guide > GUI Component API Reference > GUI Component Objects > IGGUITNSortResult Object |
This object is passed to the DoSort event handler when a custom sort is being performed (see IGGUIThumbnailCtl Control Sort documentation).
IIGGUITNSortResult extends IDispatch
Item1 Property | Specifies the first item to be used in the comparison. |
Item2 Property | Specifies the second item Your DoSort event handler sets this property to be used in the comparison. |
Greater Property | Specifies the result of comparison of Item1 and Item2 |