Version

RefreshSort Method

Refreshes the contents of this collection based on the current sort criteria.
Syntax
'Declaration
 
Public Sub RefreshSort( _
   ByVal immediate As Boolean _
) 
public void RefreshSort( 
   bool immediate
)

Parameters

immediate
Specifies whether the collection should be sorted immediately, or be deferred until the next time the collection is accessed. Specifying true causes the collection to be sorted immediately.
Remarks

The RefreshSort method can be used to sort the Items collection on demand, without changing the value of the Sorting property. This is useful when the contents of the Items collection has changed, or when an item or sub-item's Value has changed.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also