A newer version of this page is available.
Switch to the current version.
BootstrapTreeViewVirtualModeCreateChildrenEventHandler Delegate
A method that will handle the BootstrapTreeView.VirtualModeCreateChildren event.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public delegate void BootstrapTreeViewVirtualModeCreateChildrenEventHandler(
object source,
BootstrapTreeViewVirtualModeCreateChildrenEventArgs e
);
Public Delegate Sub BootstrapTreeViewVirtualModeCreateChildrenEventHandler(
source As Object,
e As BootstrapTreeViewVirtualModeCreateChildrenEventArgs
)
Parameters
Name | Type | Description |
---|---|---|
source | Object | The event source. |
e | BootstrapTreeViewVirtualModeCreateChildrenEventArgs | A BootstrapTreeViewVirtualModeCreateChildrenEventArgs object that contains event data. |
See Also
Feedback