IWindowImplClosing Property

Gets or sets a method called before the underlying implementation is destroyed. Return true to prevent the underlying implementation from closing.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
Func<WindowCloseReason, bool>? Closing { get; set; }

Property Value

FuncWindowCloseReason, Boolean

See Also