TreeListCustomColumnSortEventArgs Constructors
Provides data for the TreeListView.CustomColumnSort event.| Name | Parameters | Description |
|---|---|---|
| TreeListCustomColumnSortEventArgs(ColumnBase, TreeListNode, TreeListNode, Object, Object) | column, node1, node2, value1, value2 | Initializes a new instance of the TreeListCustomColumnSortEventArgs class. |
See Also