Skip to content

UISpinBox.OnFocusLost Event

Definition

Namespace: Brine2D.UI

Fired when this spin box loses keyboard focus.

C#
public event Action? OnFocusLost;

Event Type

System.Action