Back to Devexpress

ASPxTreeList.VirtualModeNodeCreated Event

aspnet-devexpress-dot-web-dot-aspxtreelist-dot-aspxtreelist-1d3cb68a.md

latest2.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event TreeListVirtualNodeEventHandler VirtualModeNodeCreated
vb
Public Event VirtualModeNodeCreated As TreeListVirtualNodeEventHandler

Event Data

The VirtualModeNodeCreated event's data class is TreeListVirtualNodeEventArgs. The following properties provide information specific to this event:

PropertyDescription
NodeGets the node currently being processed. Inherited from TreeListNodeEventArgs.
NodeObjectGets 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.

See Also

VirtualModeCreateChildren

VirtualModeNodeCreating

Tree List

ASPxTreeList Class

ASPxTreeList Members

DevExpress.Web.ASPxTreeList Namespace