TreeListNodeValidationEventArgs(Object, Int32, TreeListView) Constructor
Initializes a new instance of the TreeListNodeValidationEventArgs class.
Namespace: DevExpress.Xpf.Grid.TreeList
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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