General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
TreeListVirtualNodeEventArgs Class
Provides data for the ASPxTreeList.VirtualModeNodeCreated event.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v19.2.dll
Declaration
public class TreeListVirtualNodeEventArgs :
TreeListNodeEventArgs
Public Class TreeListVirtualNodeEventArgs
Inherits TreeListNodeEventArgs
Remarks
The ASPxTreeList.VirtualModeNodeCreated event enables you to change the required characteristics of a node created in virtual mode. The node currently being created is returned by the TreeListNodeEventArgs.Node property. A node object that corresponds to the created node can be obtained via the TreeListVirtualNodeEventArgs.NodeObject property.
To learn more, see Virtual Mode.
Inheritance
Object
EventArgs
TreeListNodeEventArgs
TreeListVirtualNodeEventArgs
See Also
Feedback