Skip to content

UIRadioButtonGroup.OnSelectionChanged Event

Definition

Namespace: Brine2D.UI

Event fired when selection changes. The newly selected button already has IsChecked set to true when this fires.

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

Event Type

System.Action<UIRadioButton>