Skip to content

UIRadioButton.OnFocusGained Event

Definition

Namespace: Brine2D.UI

Event fired when this radio button gains keyboard focus.

C#
public event Action? OnFocusGained;

Event Type

System.Action