Skip to main content

TreeListNodeValidationEventArgs(Object, Int32, TreeListView) Constructor

Initializes a new instance of the TreeListNodeValidationEventArgs class.

Namespace: DevExpress.Xpf.Grid.TreeList

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public TreeListNodeValidationEventArgs(
    object value,
    int rowHandle,
    TreeListView view
)

Parameters

Name Type Description
value Object

An object that enumerates the editor’s value. This value is assigned to the ValidationEventArgs.Value property.

rowHandle Int32

An integer value that identifies the processed node by its handle.

view TreeListView

A TreeListView object that specifies the view.

See Also