SortChanged returns an event that is published after sorting.
()
| 551 | |
| 552 | // SortChanged returns an event that is published after sorting. |
| 553 | SortChanged() *Event |
| 554 | |
| 555 | // SortedColumn returns the index of the currently sorted column, or -1 if |
| 556 | // no column is currently sorted. |