Back to Devexpress

TreeListCustomColumnSortEventHandler Delegate

wpf-devexpress-dot-xpf-dot-grid-dot-treelist-838eab69.md

latest1.4 KB
Original Source

TreeListCustomColumnSortEventHandler Delegate

A method that will handle the TreeListView.CustomColumnSort event.

Namespace : DevExpress.Xpf.Grid.TreeList

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public delegate void TreeListCustomColumnSortEventHandler(
    object sender,
    TreeListCustomColumnSortEventArgs e
);
vb
Public Delegate Sub TreeListCustomColumnSortEventHandler(
    sender As Object,
    e As TreeListCustomColumnSortEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | TreeListCustomColumnSortEventArgs |

A TreeListCustomColumnSortEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.Grid.TreeList Namespace