Skip to main content

TreeListNodeValidationEventArgs(Boolean) Constructor

Initializes a new instance of the TreeListNodeValidationEventArgs class.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

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