Table of Contents

Enum SortReason

Namespace
DynamicData
Assembly
DynamicData.dll

The reason why the sorted collection has changed.

public enum SortReason

Fields

ComparerChanged = 1

The comparer used to sort has changed.

DataChanged = 2

The data changed.

InitialLoad = 0

The collection has loaded for the first time.

Reorder = 3

Sorting has been reapplied.

Reset = 4

A large number of changes has been received and the reset threshold has been exceeded. The entire set has been resorted without moves being calculated.