Back to Devexpress

TreeViewVirtualModeCreateChildrenEventHandler Delegate

aspnet-devexpress-dot-web-4900aacb.md

latest1.7 KB
Original Source

TreeViewVirtualModeCreateChildrenEventHandler Delegate

A method that will handle the ASPxTreeView.VirtualModeCreateChildren event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public delegate void TreeViewVirtualModeCreateChildrenEventHandler(
    object source,
    TreeViewVirtualModeCreateChildrenEventArgs e
);
vb
Public Delegate Sub TreeViewVirtualModeCreateChildrenEventHandler(
    source As Object,
    e As TreeViewVirtualModeCreateChildrenEventArgs
)

Parameters

NameTypeDescription
sourceObject

A Object representing the event source. Identifies the ASPxTreeView control that raised the event.

| | e | TreeViewVirtualModeCreateChildrenEventArgs |

A TreeViewVirtualModeCreateChildrenEventArgs object that contains event data.

|

See Also

Introduction to Delegates

DevExpress.Web Namespace