TreeListNodeCancelEventArgs(TreeListNode) Constructor
Initializes a new instance of the TreeListNodeCancelEventArgs class.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
node | TreeListNode | A TreeListNode object that represents the processed node. |
See Also