Skip to main content
All docs
V24.1

DxTreeList.SelectedDataItemsChanged Event

In multiple selection mode, fires when the selection in the TreeList changes.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[Parameter]
public EventCallback<IReadOnlyList<object>> SelectedDataItemsChanged { get; set; }

Parameters

Type Description
IReadOnlyList<Object>

A collection that stores information about selection changes.

See Also