Back to Devexpress

TreeListCellValidationEventHandler Delegate

wpf-devexpress-dot-xpf-dot-grid-dot-treelist-3396c63a.md

latest1.4 KB
Original Source

TreeListCellValidationEventHandler Delegate

Represents a method that will handle the TreeListView.ValidateCell event.

Namespace : DevExpress.Xpf.Grid.TreeList

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | TreeListCellValidationEventArgs |

A TreeListCellValidationEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.Grid.TreeList Namespace