ValidateNodeEventArgs(TreeListNode) Constructor
Creates a new ValidateNodeEventArgs object.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Parameters
Name | Type | Description |
---|---|---|
node | TreeListNode | A TreeListNode object representing the node. This value is assigned to the NodeEventArgs.Node property. |
Remarks
The constructor sets the ValidateNodeEventArgs object’s properties to the following initial values:
- the ValidateNodeEventArgs.ErrorText property is set to an empty string;
- the ValidateNodeEventArgs.Valid property is set to true.
See Also