Skip to content

UIVirtualListBase.OnSelectionChanged Event

Definition

Namespace: Brine2D.UI

Fired when the selected row changes. Argument is the new selected index \(−1 = none\).

C#
public event Action<int>? OnSelectionChanged;

Event Type

System.Action<System.Int32>