Skip to content

UIRadioButtonGroup.OnSelectionChanged Event

Definition

Namespace: Brine2D.UI

Event fired when selection changes.

public event Action<UIRadioButton?>? OnSelectionChanged;

Event Type

System.Action<UIRadioButton>