public sealed class SortableListEventArgs : EventArgs| SortableListEventArgs(Int32, Int32) | Initializes a new instance of the SortableListEventArgs class. |
| SortableListEventArgs(Int32, Int32, String, String) | Initializes a new instance of the SortableListEventArgs class. |
| FromListName | Gets the from list name. |
| NewIndex | Gets the new index. |
| OldIndex | Gets the old index. |
| ToListName | Gets the to list name. |