In The Hand LtdIn The Hand
ApplySort Method (property, direction)
NamespacesInTheHand.WindowsMobile.PocketOutlookPimItemCollectionApplySort(PropertyDescriptor, ListSortDirection)
.NET Components for Mobility
Sorts the list based on a property descriptor and a sort direction.
Declaration Syntax
C#Visual Basic
public void ApplySort(
	PropertyDescriptor property,
	ListSortDirection direction
)
Public Sub ApplySort ( _
	property As PropertyDescriptor, _
	direction As ListSortDirection _
)
Parameters
property (PropertyDescriptor)
The PropertyDescriptor to sort by.
direction (ListSortDirection)
One of the ListSortDirection values.
Remarks
If items are added or removed, these items are placed in the order of the sort. When you call this method, you should raise a ListChanged event with the Reset enumeration.

Assembly: InTheHand.WindowsMobile.PocketOutlook (Module: InTheHand.WindowsMobile.PocketOutlook) Version: 7.0.0.0