Enum SortReason
- Namespace
- Dynamic
Data
- Assembly
- DynamicData.dll
The reason why the sorted collection has changed.
- Extension Methods
Fields
ComparerChanged = 1The comparer used to sort has changed.
DataChanged = 2The data changed.
InitialLoad = 0The collection has loaded for the first time.
Reorder = 3Sorting has been reapplied.
Reset = 4A large number of changes has been received and the reset threshold has been exceeded. The entire set has been resorted without moves being calculated.