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

TreeListNodeValidationEventArgs(Boolean) Constructor

Initializes a new instance of the TreeListNodeValidationEventArgs class.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v18.2.dll

Declaration

public TreeListNodeValidationEventArgs(
    bool isNew
)

Parameters

Name Type Description
isNew Boolean

true if the node is new; otherwise, false. This value is assigned to the TreeListNodeValidationEventArgs.IsNewNode property.

See Also