Skip to main content
A newer version of this page is available. .

ValidateNodeEventArgs(TreeListNode) Constructor

Creates a new ValidateNodeEventArgs object.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public ValidateNodeEventArgs(
    TreeListNode node
)

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:

See Also