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

TreeListVirtualNodeEventArgs(TreeListNode, Object) Constructor

Initializes a new instance of the TreeListVirtualNodeEventArgs class.

Namespace: DevExpress.Web.ASPxTreeList

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

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