Skip to content

UIRadioButton.OnFocusLost Event

Definition

Namespace: Brine2D.UI

Event fired when this radio button loses keyboard focus.

C#
public event Action? OnFocusLost;

Event Type

System.Action