Back to Devexpress

TreeListSelectionChangedEventHandler Delegate

wpf-devexpress-dot-xpf-dot-grid-dot-treelist-8e3f7835.md

latest1.4 KB
Original Source

TreeListSelectionChangedEventHandler Delegate

Represents a method that will handle the TreeListControlBase.SelectionChanged event.

Namespace : DevExpress.Xpf.Grid.TreeList

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Parameters

NameTypeDescription
senderObject

The event sender.

| | e | TreeListSelectionChangedEventArgs |

A TreeListSelectionChangedEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.Grid.TreeList Namespace