Back to Devexpress

DXTreeView.SelectedItemChanged Event

maui-devexpress-dot-maui-dot-treeview-dot-dxtreeview-5f5458d1.md

latest1.2 KB
Original Source

DXTreeView.SelectedItemChanged Event

Fires when the selected item is changed.

Namespace : DevExpress.Maui.TreeView

Assembly : DevExpress.Maui.TreeView.dll

NuGet Package : DevExpress.Maui.TreeView

Declaration

csharp
public event EventHandler<ValueChangedEventArgs<object>> SelectedItemChanged

Event Data

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

PropertyDescription
NewValueGets the new value.
OldValueGets the old value.

Remarks

For more information, refer to the following help topic: Respond to Selection Changes.

See Also

DXTreeView Class

DXTreeView Members

DevExpress.Maui.TreeView Namespace