Skip to content

UIDialog.OnEscapeDismissed Event

Definition

Namespace: Brine2D.UI

Fired when Escape is pressed and AllowEscapeClose is true, or when the close button is clicked. Typical handler: dialog.Visible = false.

C#
public event Action? OnEscapeDismissed;

Event Type

System.Action