ASPxTreeList.VirtualModeNodeCreated Event
Occurs when the ASPxTreeList functions in Virtual Mode after a node has been created.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Event Data
The VirtualModeNodeCreated event's data class is TreeListVirtualNodeEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Node | Gets the node currently being processed. Inherited from TreeListNodeEventArgs. |
NodeObject | Gets the object that corresponds to the node currently being created. |
Remarks
The VirtualModeNodeCreated event enables you to change the required characteristics of a node created in virtual mode, after handling the ASPxTreeList.VirtualModeCreateChildren and ASPxTreeList.VirtualModeNodeCreating events. For instance, you can disable selection of individual nodes by hiding their selection cell.
To learn more, see Virtual Mode.