Skip to main content

TreeListVirtualModeCreateChildrenEventArgs(Object) Constructor

Initializes a new instance of the TreeListVirtualModeCreateChildrenEventArgs class.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListVirtualModeCreateChildrenEventArgs(
    object nodeObject
)

Parameters

Name Type Description
nodeObject Object

An object to be processed. This value is assigned to the TreeListVirtualModeCreateChildrenEventArgs.NodeObject property.

See Also