Back to Devexpress

TreeListVirtualNodeEventArgs Class

aspnet-devexpress-dot-web-dot-aspxtreelist-8f6e44d6.md

latest2.1 KB
Original Source

TreeListVirtualNodeEventArgs Class

Provides data for the ASPxTreeList.VirtualModeNodeCreated event.

Namespace : DevExpress.Web.ASPxTreeList

Assembly : DevExpress.Web.ASPxTreeList.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class TreeListVirtualNodeEventArgs :
    TreeListNodeEventArgs
vb
Public Class TreeListVirtualNodeEventArgs
    Inherits TreeListNodeEventArgs

TreeListVirtualNodeEventArgs is the data class for the following events:

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

TreeListVirtualNodeEventArgs Members

DevExpress.Web.ASPxTreeList Namespace