Skip to main content

TreeListVirtualNodeEventArgs(TreeListNode, Object) Constructor

Initializes a new instance of the TreeListVirtualNodeEventArgs class.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListVirtualNodeEventArgs(
    TreeListNode node,
    object nodeObject
)

Parameters

Name Type Description
node TreeListNode

A TreeListNode object that represents the node currently being created. This value is assigned to the TreeListNodeEventArgs.Node property.

nodeObject Object

An object that corresponds to the processed node in a tree. This value is assigned to the TreeListVirtualNodeEventArgs.NodeObject property.

See Also