Skip to content

UITreeView.OnSelectionChanged Event

Definition

Namespace: Brine2D.UI

Fired when the selected node changes. Argument is the newly selected node \(null = deselected\).

C#
public event Action<UITreeNode?>? OnSelectionChanged;

Event Type

System.Action<UITreeNode>