Skip to content

UICheckbox.OnHoverExit Event

Definition

Namespace: Brine2D.UI

Event fired when the mouse cursor leaves the checkbox bounds.

C#
public event Action? OnHoverExit;

Event Type

System.Action