Skip to content

UIRadioButtonGroup.OnSelectionChanged Event

Definition

Namespace: Brine2D.UI

Event fired when selection changes.

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

Event Type

System.Action<UIRadioButton>