TreeListVirtualNodeEventArgs(TreeListNode, Object) Constructor
Initializes a new instance of the TreeListVirtualNodeEventArgs class.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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