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

TreeListNodeEventArgs(TreeListNode) Constructor

Initializes a new instance of the TreeListNodeEventArgs class.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListNodeEventArgs(
    TreeListNode node
)

Parameters

Name Type Description
node TreeListNode

A TreeListNode object that represents the processed node.

See Also