Skip to main content
All docs
V25.1
  • TreeViewNodeValidationEventArgs(Object, Object, Int32, TreeViewControl) Constructor

    Initializes a new instance of the TreeViewNodeValidationEventArgs class with specified settings.

    Namespace: DevExpress.Xpf.Grid.TreeList

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

    NuGet Package: DevExpress.Wpf.Grid.Core

    Declaration

    public TreeViewNodeValidationEventArgs(
        object source,
        object value,
        int rowHandle,
        TreeViewControl treeViewControl
    )

    Parameters

    Name Type
    source Object
    value Object
    rowHandle Int32
    treeViewControl TreeViewControl
    See Also