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

TreeListVirtualModeNodeCreatingEventArgs(IWebTreeListData, Object) Constructor

Initializes a new instance of the TreeListVirtualModeNodeCreatingEventArgs class.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListVirtualModeNodeCreatingEventArgs(
    IWebTreeListData treeListData,
    object nodeObject
)

Parameters

Name Type Description
treeListData DevExpress.Web.ASPxTreeList.Internal.IWebTreeListData

An object that implements the IWebTreeListData interface.

nodeObject Object

An object that represents the processed node.

See Also