Back to Devexpress

TreeListInvalidNodeExceptionEventHandler Delegate

wpf-devexpress-dot-xpf-dot-grid-dot-treelist-f33efb69.md

latest1.4 KB
Original Source

TreeListInvalidNodeExceptionEventHandler Delegate

A method that will handle the TreeListView.InvalidNodeException event.

Namespace : DevExpress.Xpf.Grid.TreeList

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | TreeListInvalidNodeExceptionEventArgs |

A TreeListNodeValidationEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.Grid.TreeList Namespace