I want to capture the event when sorting changes, and I was using mygridsortingcontrol.TableDescriptor.SortedColumns.Changed, but that doesn't fire when the direction changes, only when the column is added or removed from the sortedcolumns collection.
What event fires when a Sort is added, changed or removed