Skip to content

WindowShownEvent Class

Definition

Namespace: Brine2D.Events

Raised when the window becomes visible again after being hidden.

C#
public record WindowShownEvent : System.IEquatable<Brine2D.Events.WindowShownEvent>

Inheritance System.Object → WindowShownEvent

Implements System.IEquatable<WindowShownEvent>

Constructors
WindowShownEvent() Raised when the window becomes visible again after being hidden.