Back to Devexpress

TreeListNodeAllowEventHandler Delegate

wpf-devexpress-dot-xpf-dot-grid-dot-treelist-85e6f872.md

latest1.4 KB
Original Source

TreeListNodeAllowEventHandler Delegate

A method that will handle the TreeListView.NodeExpanding and TreeListView.NodeCollapsing events.

Namespace : DevExpress.Xpf.Grid.TreeList

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | TreeListNodeAllowEventArgs |

A TreeListNodeAllowEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.Grid.TreeList Namespace